MiracastReceiver.GetStatusAsync 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 retrieves the current status of the MiracastReceiver.
public:
virtual IAsyncOperation<MiracastReceiverStatus ^> ^ GetStatusAsync() = GetStatusAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MiracastReceiverStatus> GetStatusAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MiracastReceiverStatus> GetStatusAsync();
function getStatusAsync()
Public Function GetStatusAsync () As IAsyncOperation(Of MiracastReceiverStatus)
Returns
An asynchronous operation that returns a MiracastReceiverStatus object upon completion.
- Attributes