Table of Contents

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 string

The name of the group to delete.

cancellationToken CancellationToken

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

Returns

Task<bool>

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