Table of Contents

Method GetServerUserGroupListAsync

Namespace
Kepware.Api.ClientHandler
Assembly
Kepware.Api.dll

GetServerUserGroupListAsync(CancellationToken)

Retrieves a collection of Server User Groups asynchronously.

public Task<ServerUserGroupCollection?> GetServerUserGroupListAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

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

Returns

Task<ServerUserGroupCollection>

A collection of ServerUserGroup or null if retrieval fails.