MiracastReceiverSession.Start Method

Definition

Start listening for incoming Miracast connections.

public:
 virtual MiracastReceiverSessionStartResult ^ Start() = Start;
MiracastReceiverSessionStartResult Start();
public MiracastReceiverSessionStartResult Start();
function start()
Public Function Start () As MiracastReceiverSessionStartResult

Returns

The result of the operation.

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

Applies to

See also