Table of Contents

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 string

The name of the user to delete.

cancellationToken CancellationToken

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

Returns

Task<bool>

True if the user was successfully deleted; otherwise, false.