MiracastReceiver.GetStatus 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.
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.