MiracastReceiverConnection.Pause Method

Definition

Requests the Miracast Transmitter to pause streaming audio and video data to the Receiver. The connection remains established.

public:
 virtual void Pause() = Pause;
void Pause();
public void Pause();
function pause()
Public Sub Pause ()

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 PauseAsync.

Use Resume or ResumeAsync to instruct the Miracast Transmitter to resume streaming.

Applies to

See also