DefaultUserInfoHandlerGetUsersInfoAsync - метод
Retrieves user information for multiple users with specified identifiers.
Пространство имён: Tessa.Roles.UserInfoСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Task<IEnumerable<IUserInfo>> GetUsersInfoAsync(
IEnumerable<Guid> userIDs,
CancellationToken cancellationToken = default
)
Public Function GetUsersInfoAsync (
userIDs As IEnumerable(Of Guid),
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IEnumerable(Of IUserInfo))
public:
virtual Task<IEnumerable<IUserInfo^>^>^ GetUsersInfoAsync(
IEnumerable<Guid>^ userIDs,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract GetUsersInfoAsync :
userIDs : IEnumerable<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IEnumerable<IUserInfo>>
override GetUsersInfoAsync :
userIDs : IEnumerable<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IEnumerable<IUserInfo>>
- userIDs IEnumerableGuid
- >A collection of the user identifiers.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskIEnumerableIUserInfoA collection of user information for users that are found.
IUserInfoHandlerGetUsersInfoAsync(IEnumerableGuid, CancellationToken)