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

Applies to