IRoleStore<TRole>.FindByNameAsync(String, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Recherche le rôle qui a le nom normalisé spécifié en tant qu’opération asynchrone.
public:
System::Threading::Tasks::Task<TRole> ^ FindByNameAsync(System::String ^ normalizedRoleName, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<TRole> FindByNameAsync (string normalizedRoleName, System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task<TRole?> FindByNameAsync (string normalizedRoleName, System.Threading.CancellationToken cancellationToken);
abstract member FindByNameAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'Role (requires 'Role : null)>
Public Function FindByNameAsync (normalizedRoleName As String, cancellationToken As CancellationToken) As Task(Of TRole)
Paramètres
- normalizedRoleName
- String
Nom de rôle normalisé à rechercher.
- cancellationToken
- CancellationToken
CancellationToken utilisé pour propager les notifications indiquant que l’opération doit être annulée.
Retours
Task<TRole>
Task<TResult> qui résulte de la recherche vers le haut.