XboxLiveQualityOfServiceMeasurementStatus 枚举

定义

定义指定服务质量 (QoS) 度量的状态的常量。

重要

此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。

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
继承
XboxLiveQualityOfServiceMeasurementStatus
属性

Windows 要求

设备系列
Xbox One System Apps Extensions for the UWP (在 10.0.0.1 中引入)
Xbox Live Extension SDK (在 10.0.10240.0 中引入)
Xbox One Extensions for the UWP (在 10.0.10240.0 中引入)
Windows Desktop Extension SDK (在 10.0.16299.0 中引入)
API contract
Windows.Networking.XboxLive.XboxLiveSecureSocketsContract (在 v1.0 中引入)

字段

Canceled 7

度量已取消。

InProgress 1

测量正在进行中。

InProgressWithProvisionalResults 2

测量正在进行中,并提供了临时结果。

LocalSystemNotAuthorized 6

创建失败,因为远程系统认为本地系统的授权不可接受。

NoCompatibleNetworkPaths 5

测量失败,因为目标设备没有兼容的网络路径。

NoLocalNetworks 4

测量失败,因为本地设备没有网络连接。

NotStarted 0

尚未开始测量。

RefusedDueToConfiguration 10

创建失败,因为远程系统具有不同的不兼容配置,并且主动拒绝了连接。

RemoteSystemNotAuthorized 9

创建失败,因为本地系统或应用认为远程系统的授权不可接受。

Succeeded 3

测量已成功完成。

TimedOut 8

度量超时。

UnexpectedInternalError 11

由于内部系统错误,测量失败。

适用于