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