XboxLiveQualityOfServiceMeasurement.IsSystemInboundBandwidthConstrained 属性

定义

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

重要

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

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

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

属性值

Boolean

bool

当 为 时 true,QoS 度量是在入站带宽消耗受约束的情况下进行的。

适用于