Method WriteClockConfigurationAsync
WriteClockConfigurationAsync(ClockConfigurationFlags, CancellationToken)
Asynchronously updates the configuration for the device synchronization clock.
public Task WriteClockConfigurationAsync(ClockConfigurationFlags value, CancellationToken cancellationToken = default)
Parameters
value
ClockConfigurationFlagsA value specifying configuration flags for the device synchronization clock.
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous write operation.