PlayReadyMeteringReportServiceRequest.NextServiceRequest Method

Definition

Returns a new service request interface.

public:
 virtual IPlayReadyServiceRequest ^ NextServiceRequest() = NextServiceRequest;
IPlayReadyServiceRequest NextServiceRequest();
public IPlayReadyServiceRequest NextServiceRequest();
function nextServiceRequest()
Public Function NextServiceRequest () As IPlayReadyServiceRequest

Returns

The new service request interface.

Implements

Remarks

This method should only be called after a completion event from the IAsyncAction object returned from BeginServiceRequest has indicated the current service request is complete (automatic enabling). This situation leaves the current service request in a read-only/complete state, although there could be additional service requests to perform. An app should call this method to determine if additional service requests are required.

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

Applies to