Method GetAdminSettingsAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
GetAdminSettingsAsync(CancellationToken)
Retrieves the current administrator settings asynchronously.
public Task<AdminSettings?> GetAdminSettingsAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token that can be used to request cancellation of the operation.
Returns
- Task<AdminSettings>
The current AdminSettings or null if retrieval fails.