Compartir a través de


IRoleStore<TRole>.GetRoleIdAsync(TRole, CancellationToken) Método

Definición

Obtiene el identificador de un rol del almacén como una operación asincrónica.

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetRoleIdAsync(TRole role, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> GetRoleIdAsync (TRole role, System.Threading.CancellationToken cancellationToken);
abstract member GetRoleIdAsync : 'Role * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetRoleIdAsync (role As TRole, cancellationToken As CancellationToken) As Task(Of String)

Parámetros

role
TRole

Rol cuyo identificador se debe devolver.

cancellationToken
CancellationToken

El objeto CancellationToken que se usa para propagar notificaciones de que se debe cancelar la operación.

Devoluciones

que Task<TResult> contiene el identificador del rol.

Se aplica a