XboxLiveQualityOfServiceMeasurement.IsSystemOutboundBandwidthConstrained Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
bool
When true
, QoS measurements are made with outbound bandwidth consumption constrained.