IUserStore<TUser>.GetUserIdAsync(TUser, CancellationToken) Metodo

Definizione

Ottiene l'identificatore utente per l'oggetto specificato user.

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

Parametri

user
TUser

Utente il cui identificatore deve essere recuperato.

cancellationToken
CancellationToken

Oggetto CancellationToken usato per propagare le notifiche di richiesta di annullamento dell'operazione.

Restituisce

Oggetto Task che rappresenta l'operazione asincrona contenente l'identificatore per l'oggetto specificato user.

Si applica a