MiracastReceiverSession.StartAsync 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 IAsyncOperation<MiracastReceiverSessionStartResult ^> ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MiracastReceiverSessionStartResult> StartAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MiracastReceiverSessionStartResult> StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncOperation(Of MiracastReceiverSessionStartResult)
Returns
The result of the operation.
- Attributes