Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 876 Bytes

miracastreceiver_getstatus_169641651.md

File metadata and controls

30 lines (18 loc) · 876 Bytes
-api-id -api-type ms.custom
M:Windows.Media.Miracast.MiracastReceiver.GetStatus
winrt method
19H1

Windows.Media.Miracast.MiracastReceiver.GetStatus

-description

Retrieves the current status of the MiracastReceiver.

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

-see-also

GetStatusAsync

-examples