XboxLiveQualityOfServiceMeasurement.MaxSimultaneousProbeConnections 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.
Static property that gets or sets the maximum number of simultaneous measurement probe connections.
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 unsigned int MaxSimultaneousProbeConnections { unsigned int get(); void set(unsigned int value); };
static uint32_t MaxSimultaneousProbeConnections();
static void MaxSimultaneousProbeConnections(uint32_t value);
public static uint MaxSimultaneousProbeConnections { get; set; }
var uInt32 = XboxLiveQualityOfServiceMeasurement.maxSimultaneousProbeConnections;
XboxLiveQualityOfServiceMeasurement.maxSimultaneousProbeConnections = uInt32;
Public Shared Property MaxSimultaneousProbeConnections As UInteger
Property Value
The maximum number of simultaneous measurement probe connections.