Udostępnij za pośrednictwem


RoleStoreBase<TRole,TKey,TUserRole,TRoleClaim>.FindByIdAsync Metoda

Definicja

Znajduje rolę, która ma określony identyfikator jako operację asynchroniczną.

public abstract System.Threading.Tasks.Task<TRole> FindByIdAsync (string id, System.Threading.CancellationToken cancellationToken = default);
public abstract System.Threading.Tasks.Task<TRole?> FindByIdAsync (string id, System.Threading.CancellationToken cancellationToken = default);
abstract member FindByIdAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'Role (requires 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key>)>
Public MustOverride Function FindByIdAsync (id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TRole)

Parametry

id
String

Identyfikator roli do wyszukania.

cancellationToken
CancellationToken

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

Zwraca

Task<TRole>

Wynik Task<TResult> wyszukiwania.

Implementuje

Dotyczy