Compartilhar via


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

Definição

Localiza a função que tem a ID especificada como uma operação assíncrona.

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

Parâmetros

roleId
String

A ID da função a ser pesquisada.

cancellationToken
CancellationToken

O CancellationToken usado para propagar notificações de que a operação deve ser cancelada.

Retornos

Task<TRole>

Um Task<TResult> resultado dessa pesquisa.

Aplica-se a