IPlayReadyServiceRequest.BeginServiceRequest Method

Definition

Begins an asynchronous service request operation.

public:
 IAsyncAction ^ 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.

Attributes

Remarks

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

Applies to