PlayReadySecureStopServiceRequest.BeginServiceRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.