MiracastReceiver.GetStatus Method

Definition

Retrieves the current status of the MiracastReceiver.

public:
 virtual MiracastReceiverStatus ^ GetStatus() = GetStatus;
MiracastReceiverStatus GetStatus();
public MiracastReceiverStatus GetStatus();
function getStatus()
Public Function GetStatus () As MiracastReceiverStatus

Returns

A MiracastReceiverStatus object containing information about the the current status of the MiracastReceiver.

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

Applies to

See also