Condividi tramite


IUserPhoneNumberStore<TUser>.SetPhoneNumberConfirmedAsync Metodo

Definizione

Imposta un flag che indica se il numero di telefono specificato userè stato confermato.

public:
 System::Threading::Tasks::Task ^ SetPhoneNumberConfirmedAsync(TUser user, bool confirmed, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetPhoneNumberConfirmedAsync (TUser user, bool confirmed, System.Threading.CancellationToken cancellationToken);
abstract member SetPhoneNumberConfirmedAsync : 'User * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetPhoneNumberConfirmedAsync (user As TUser, confirmed As Boolean, cancellationToken As CancellationToken) As Task

Parametri

user
TUser

L'utente il cui stato di conferma del numero di telefono deve essere impostato.

confirmed
Boolean

Flag che indica se il numero di telefono dell'utente è stato confermato.

cancellationToken
CancellationToken

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

Restituisce

Oggetto Task che rappresenta l'operazione asincrona.

Si applica a