Share via


XboxLiveQualityOfServiceMeasurement.MeasureAsync Method

Definition

Initiates Quality of Service (QoS) measurements as specified by the properties of this instance.

Your code can retrieve current measurement results as soon as this method has been called, before all measurements have been completed. The metrics you retrieve can change at any time as long as a measurement is still in progress.

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:
 virtual IAsyncAction ^ MeasureAsync() = MeasureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MeasureAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MeasureAsync();
function measureAsync()
Public Function MeasureAsync () As IAsyncAction

Returns

An asynchronous measurement operation.

Attributes

Applies to