XboxLiveQualityOfServiceMeasurement.IsSystemOutboundBandwidthConstrained 属性

定义

获取或设置一个布尔值,该值配置服务质量 (QoS) 度量以及其他 Windows.Networking.XboxLive 内部网络操作是否尝试限制其出站带宽消耗。 以这种方式限制消耗可降低这些操作对应用的传出带宽使用的影响,代价是延迟时间更长或失败率增加。

重要

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

public:
 static property bool IsSystemOutboundBandwidthConstrained { bool get(); void set(bool value); };
static bool IsSystemOutboundBandwidthConstrained();

static void IsSystemOutboundBandwidthConstrained(bool value);
public static bool IsSystemOutboundBandwidthConstrained { get; set; }
var boolean = XboxLiveQualityOfServiceMeasurement.isSystemOutboundBandwidthConstrained;
XboxLiveQualityOfServiceMeasurement.isSystemOutboundBandwidthConstrained = boolean;
Public Shared Property IsSystemOutboundBandwidthConstrained As Boolean

属性值

Boolean

bool

当 为 时 true,QoS 测量是在出站带宽消耗受限的情况下进行的。

适用于