MiracastReceiver.CreateSessionAsync(CoreApplicationView) 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.
Asynchronously creates a new MiracastReceiverSession object, needed to receive Miracast connections.
public:
virtual IAsyncOperation<MiracastReceiverSession ^> ^ CreateSessionAsync(CoreApplicationView ^ view) = CreateSessionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MiracastReceiverSession> CreateSessionAsync(CoreApplicationView const& view);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MiracastReceiverSession> CreateSessionAsync(CoreApplicationView view);
function createSessionAsync(view)
Public Function CreateSessionAsync (view As CoreApplicationView) As IAsyncOperation(Of MiracastReceiverSession)
Parameters
- view
- CoreApplicationView
The CoreApplicationView used by the app when displaying the Miracast video stream.
Returns
An asynchronous operation that returns the new MiracastReceiverSession object upon completion.
- Attributes