MiracastReceiverSession.Start 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.
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.