Method GetServerUserGroupAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
GetServerUserGroupAsync(string, CancellationToken)
Retrieves a Server User Group configuration asynchronously.
public Task<ServerUserGroup?> GetServerUserGroupAsync(string name, CancellationToken cancellationToken = default)
Parameters
name
stringThe name of the Server User Group.
cancellationToken
CancellationTokenA token that can be used to request cancellation of the operation.
Returns
- Task<ServerUserGroup>
The ServerUserGroup configuration, or null if not found.