XboxLiveQualityOfServiceMeasurement.IsSystemInboundBandwidthConstrained Property

Definition

Gets or sets a Boolean value that configures whether Quality of Service (QoS) measurements and other Windows.Networking.XboxLive internal network operations attempt to constrain their inbound bandwidth consumption. Constraining consumption in this way reduces the impact of those operations on your app's inbound bandwidth usage, at the expense of longer delays or increased failure rates for them.

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:
 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

Property Value

Boolean

bool

When true, QoS measurements are made with inbound bandwidth consumption constrained.

Applies to