Share via


HumanPresenceSettings.UpdateSettingsAsync(HumanPresenceSettings) Method

Definition

Asynchronously updates various human presence system settings with the provided values.

public:
 static IAsyncAction ^ UpdateSettingsAsync(HumanPresenceSettings ^ settings);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction UpdateSettingsAsync(HumanPresenceSettings const& settings);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction UpdateSettingsAsync(HumanPresenceSettings settings);
function updateSettingsAsync(settings)
Public Shared Function UpdateSettingsAsync (settings As HumanPresenceSettings) As IAsyncAction

Parameters

settings
HumanPresenceSettings

The values used to update the human presence system settings.

Returns

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

Attributes

Applies to

See also