Method DeleteServerUserGroupAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
DeleteServerUserGroupAsync(string, CancellationToken)
Deletes a Server User Group configuration asynchronously.
public Task<bool> DeleteServerUserGroupAsync(string name, CancellationToken cancellationToken = default)
Parameters
name
stringThe name of the group to delete.
cancellationToken
CancellationTokenA token that can be used to request cancellation of the operation.