Share via


HumanPresenceSettings.GetCurrentSettingsAsync Method

Definition

Asynchronously retrieves the current system settings for human presence detection.

public:
 static IAsyncOperation<HumanPresenceSettings ^> ^ GetCurrentSettingsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<HumanPresenceSettings> GetCurrentSettingsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<HumanPresenceSettings> GetCurrentSettingsAsync();
function getCurrentSettingsAsync()
Public Shared Function GetCurrentSettingsAsync () As IAsyncOperation(Of HumanPresenceSettings)

Returns

The asynchronous results of the operation. Use this to determine when the async call is complete.

Attributes

Applies to

See also