XboxLiveQualityOfServiceMeasurementStatus Enum

Definition

Defines constants that specify the status of a Quality of Service (QoS) measurement.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public enum class XboxLiveQualityOfServiceMeasurementStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.XboxLive.XboxLiveSecureSocketsContract, 65536)]
enum class XboxLiveQualityOfServiceMeasurementStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.XboxLive.XboxLiveSecureSocketsContract), 65536)]
public enum XboxLiveQualityOfServiceMeasurementStatus
var value = Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurementStatus.notStarted
Public Enum XboxLiveQualityOfServiceMeasurementStatus
Inheritance
XboxLiveQualityOfServiceMeasurementStatus
Attributes

Windows requirements

Device family
Xbox One System Apps Extensions for the UWP (introduced in 10.0.0.1)
Xbox Live Extension SDK (introduced in 10.0.10240.0)
Xbox One Extensions for the UWP (introduced in 10.0.10240.0)
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Networking.XboxLive.XboxLiveSecureSocketsContract (introduced in v1.0)

Fields

Canceled 7

The measurement was canceled.

InProgress 1

The measurement is in progress.

InProgressWithProvisionalResults 2

The measurement is in progress, and provisional results are available.

LocalSystemNotAuthorized 6

Creation failed because the local system's authorization was deemed unacceptable by the remote system.

NoCompatibleNetworkPaths 5

The measurement failed because there are no compatible network paths to the target device.

NoLocalNetworks 4

The measurement failed because the local device has no network connections.

NotStarted 0

The measurement has not been started.

RefusedDueToConfiguration 10

Creation failed because the remote system has a different, incompatible configuration, and has actively refused the connection.

RemoteSystemNotAuthorized 9

Creation failed because the remote system's authorization was deemed unacceptable by the local system or by your app.

Succeeded 3

The measurement has completed successfully.

TimedOut 8

The measurement timed out.

UnexpectedInternalError 11

The measurement failed due to an internal system error.

Applies to