IUserInfoRepositoryGetUsersInfoAsync - метод
Retrieves user information for users with specified identifiers.
Пространство имён: Tessa.Roles.UserInfoСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
ValueTask<List<UserInfo>> GetUsersInfoAsync(
IReadOnlyCollection<Guid>? userIDs,
string? type = null,
CancellationToken cancellationToken = default
)
Function GetUsersInfoAsync (
userIDs As IReadOnlyCollection(Of Guid),
Optional type As String = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of List(Of UserInfo))
ValueTask<List<UserInfo^>^> GetUsersInfoAsync(
IReadOnlyCollection<Guid>^ userIDs,
String^ type = nullptr,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetUsersInfoAsync :
userIDs : IReadOnlyCollection<Guid> *
?type : string *
?cancellationToken : CancellationToken
(* Defaults:
let _type = defaultArg type null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<List<UserInfo>>
- userIDs IReadOnlyCollectionGuid
- A collection of the user identifiers.
- type String (Optional)
- Handler IUserInfoHandler type or /empty string if default handler is used.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
ValueTaskListUserInfoA collection of user information for users that are found.