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