XboxLiveQualityOfServiceMeasurementStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NotStarted | 0 | The measurement has not been started. |
InProgress | 1 | The measurement is in progress. |
InProgressWithProvisionalResults | 2 | The measurement is in progress, and provisional results are available. |
Succeeded | 3 | The measurement has completed successfully. |
NoLocalNetworks | 4 | The measurement failed because the local device has no network connections. |
NoCompatibleNetworkPaths | 5 | The measurement failed because there are no compatible network paths to the target device. |
LocalSystemNotAuthorized | 6 | Creation failed because the local system's authorization was deemed unacceptable by the remote system. |
Canceled | 7 | The measurement was canceled. |
TimedOut | 8 | The measurement timed out. |
RemoteSystemNotAuthorized | 9 | Creation failed because the remote system's authorization was deemed unacceptable by the local system or by your app. |
RefusedDueToConfiguration | 10 | Creation failed because the remote system has a different, incompatible configuration, and has actively refused the connection. |
UnexpectedInternalError | 11 | The measurement failed due to an internal system error. |