QualityOfServiceMetric Enumeration

Defines the possible metrics that can be measured by the system.

Syntax

public enum class QualityOfServiceMetric  

Members

Member Value Description
BandwidthDown Bandwidth to the console from the remote host.
BandwidthDownMaximum Maximum bandwidth to the console from the remote host.
BandwidthDownMinimum 10  Minimum bandwidth to the console from the remote host.
BandwidthUp Bandwidth from the console to the remote host.
BandwidthUpMaximum Maximum bandwidth from the console to the remote host.
BandwidthUpMinimum Minimum bandwidth from the console to the remote host.
Invalid An invalid metric value.
LatencyAverage Average latency in transmissions between the console and the remote host.
LatencyMaximum Maximum latency in transmissions between the console and the remote host.
LatencyMinimum Minimum latency in transmissions between the console and the remote host.
PrivatePayload Size of the private payload of the remote host.

Remarks

Bandwidth metrics are specified in units of kibps (bits per second/1024).

Latency metrics are specified in units of milliseconds.

Payload size metrics are specified in bytes.

Requirements

Namespace: Windows.Xbox.Networking

Metadata: windows.winmd

See also

Reference

Windows.Xbox.Networking Namespace