PlayReadyMeteringReportServiceRequest.BeginServiceRequest Method

Definition

Begins an asynchronous service request operation.

public:
 virtual IAsyncAction ^ BeginServiceRequest() = BeginServiceRequest;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction BeginServiceRequest();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction BeginServiceRequest();
function beginServiceRequest()
Public Function BeginServiceRequest () As IAsyncAction

Returns

The asynchronous service action.

Implements

Attributes

Remarks

Completion and results can be retrieved using the IAsyncAction interface that is returned. Calling this method places the class in a read-only state.

If no data is available for metering, this method will return MSPR_E_NO_METERING_DATA_AVAILABLE.

Applies to