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