XboxLiveQualityOfServiceMeasurement.NumberOfResultsPending 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 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
Number of pending results.