Table of Contents

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 string

The name of the Server User Group.

cancellationToken CancellationToken

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

Returns

Task<ServerUserGroup>

The ServerUserGroup configuration, or null if not found.