Table of Contents

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 CancellationToken

A token that can be used to request cancellation of the operation.

Returns

Task<AdminSettings>

The current AdminSettings or null if retrieval fails.