DatabaseUserInfoHandlerGetUsersInfoCoreAsync - метод

Retrieves user information for users with specified identifiers.

Definition

Пространство имён: Tessa.Roles.UserInfo
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
protected virtual ValueTask<List<UserInfo>> GetUsersInfoCoreAsync(
	IReadOnlyCollection<Guid> userIDs,
	CancellationToken cancellationToken = default
)

Параметры

userIDs  IReadOnlyCollectionGuid
A collection of the user identifiers.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

ValueTaskListUserInfo
A collection of user information for users that are found.

Заметки

List userIDs contains at least one identifier.

См. также