IUserPhoneNumberStore<TUser>.SetPhoneNumberAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta il numero di telefono per l'oggetto specificato user
.
public:
System::Threading::Tasks::Task ^ SetPhoneNumberAsync(TUser user, System::String ^ phoneNumber, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetPhoneNumberAsync (TUser user, string phoneNumber, System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetPhoneNumberAsync (TUser user, string? phoneNumber, System.Threading.CancellationToken cancellationToken);
abstract member SetPhoneNumberAsync : 'User * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetPhoneNumberAsync (user As TUser, phoneNumber As String, cancellationToken As CancellationToken) As Task
Parametri
- user
- TUser
Utente il cui numero di telefono deve essere impostato.
- phoneNumber
- String
Numero di telefono da impostare.
- cancellationToken
- CancellationToken
Oggetto CancellationToken usato per propagare le notifiche di richiesta di annullamento dell'operazione.
Restituisce
Oggetto Task che rappresenta l'operazione asincrona.