Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.11 KB

playreadymeteringreportservicerequest_nextservicerequest_1650210697.md

File metadata and controls

25 lines (17 loc) · 1.11 KB
-api-id -api-type
M:Windows.Media.Protection.PlayReady.PlayReadyMeteringReportServiceRequest.NextServiceRequest
winrt method

Windows.Media.Protection.PlayReady.PlayReadyMeteringReportServiceRequest.NextServiceRequest

-description

Returns a new service request interface.

-returns

The new service request interface.

-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.

-examples

-see-also