XboxLiveQualityOfServiceMeasurement.MaxSimultaneousProbeConnections Property

Definition

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

UInt32

unsigned int

uint32_t

The maximum number of simultaneous measurement probe connections.

Applies to