MiracastReceiverConnection.Resume Method

Definition

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

public:
 virtual void Resume() = Resume;
void Resume();
public void Resume();
function resume()
Public Sub Resume ()

Remarks

Because this method may block for a noticeable period of time, you should not call it from the UI thread or from a single-threaded apartment. Instead, use the asyncronous method ResumeAsync.

Applies to

See also