Share via


XboxLiveQualityOfServiceMeasurement.IsSystemOutboundBandwidthConstrained Property

Definition

Gets or sets a Boolean value configuring whether Quality of Service (QoS) measurements and other Windows.Networking.XboxLive internal network operations attempt to constrain their outbound bandwidth consumption. Constraining consumption in this way reduces the impact of those operations on your app's outgoing 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 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

Property Value

Boolean

bool

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

Applies to