MiracastReceiverConnection.PauseAsync 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.
Asynchronously requests the Miracast Transmitter to pause streaming audio and video data to the Receiver. The connection remains established.
public:
virtual IAsyncAction ^ PauseAsync() = PauseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction PauseAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction PauseAsync();
function pauseAsync()
Public Function PauseAsync () As IAsyncAction
Returns
An asynchronous operation.
- Attributes
Remarks
Use Resume or ResumeAsync to instruct the Miracast Transmitter to resume streaming.