MiracastReceiver.GetCurrentSettings 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.
Returns the settings currently used by the MiracastReceiver.
public:
virtual MiracastReceiverSettings ^ GetCurrentSettings() = GetCurrentSettings;
MiracastReceiverSettings GetCurrentSettings();
public MiracastReceiverSettings GetCurrentSettings();
function getCurrentSettings()
Public Function GetCurrentSettings () As MiracastReceiverSettings
Returns
A MiracastReceiverApplySettingsResult containing information about the current settings used by 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 GetCurrentSettingsAsync.