MiracastReceiver.GetCurrentSettings Method

Definition

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.

Applies to

See also