HumanPresenceSettings.UpdateSettingsAsync(HumanPresenceSettings) 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 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