MiracastReceiverConnection.ResumeAsync Method

Definition

Requests the Miracast Transmitter to resume streaming audio and video data to the MiracastReceiver.

public:
 virtual IAsyncAction ^ ResumeAsync() = ResumeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ResumeAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ResumeAsync();
function resumeAsync()
Public Function ResumeAsync () As IAsyncAction

Returns

An asynchronous operation.

Attributes

Applies to

See also