Share via


XboxLiveQualityOfServiceMeasurement.NumberOfResultsPending Property

Definition

Gets the number of pending results for the current Quality of Service (QoS) measurement while it is in progress. It is 0 if the measurement action has completed.

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:
 property unsigned int NumberOfResultsPending { unsigned int get(); };
uint32_t NumberOfResultsPending();
public uint NumberOfResultsPending { get; }
var uInt32 = xboxLiveQualityOfServiceMeasurement.numberOfResultsPending;
Public ReadOnly Property NumberOfResultsPending As UInteger

Property Value

UInt32

unsigned int

uint32_t

Number of pending results.

Applies to