Udostępnij za pośrednictwem


IUserRoleStore<TUser>.GetUsersInRoleAsync Metoda

Definicja

Zwraca listę użytkowników, którzy są członkami nazwanej roli.

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IList<TUser> ^> ^ GetUsersInRoleAsync(System::String ^ roleName, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Generic.IList<TUser>> GetUsersInRoleAsync (string roleName, System.Threading.CancellationToken cancellationToken);
abstract member GetUsersInRoleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<'User>>
Public Function GetUsersInRoleAsync (roleName As String, cancellationToken As CancellationToken) As Task(Of IList(Of TUser))

Parametry

roleName
String

Nazwa roli, której członkostwo powinno zostać zwrócone.

cancellationToken
CancellationToken

Używane CancellationToken do propagowania powiadomień, które należy anulować operacji.

Zwraca

Task<IList<TUser>>

Element Task reprezentujący operację asynchroniczną zawierającą listę użytkowników, którzy znajdują się w nazwanej roli.

Dotyczy