Method ReadClockConfigurationAsync
ReadClockConfigurationAsync(CancellationToken)
Asynchronously reads the configuration for the device synchronization clock.
public Task<ClockConfigurationFlags> ReadClockConfigurationAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<ClockConfigurationFlags>
A task that represents the asynchronous read operation. The Result property contains the configuration for the device synchronization clock.