Method GetServerUserListAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
GetServerUserListAsync(CancellationToken)
Retrieves a collection of Server Users asynchronously.
public Task<ServerUserCollection?> GetServerUserListAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token that can be used to request cancellation of the operation.
Returns
- Task<ServerUserCollection>
A collection of ServerUser or null if retrieval fails.