UserAuthenticationOperation.Completed Proprietà
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.
Ottiene o imposta un gestore chiamato al termine dell'operazione.
Nota
Se si sta sviluppando per Windows 10 o versione successiva, usare invece le API Windows.Security.Authentication.Web.Core. Per altre informazioni, vedere Gestione account Web.
AsyncOperationCompletedHandler<UserIdentity> Completed();
void Completed(AsyncOperationCompletedHandler<UserIdentity> handler);
public AsyncOperationCompletedHandler<UserIdentity> Completed { get; set; }
var asyncOperationCompletedHandler = userAuthenticationOperation.completed;
userAuthenticationOperation.completed = asyncOperationCompletedHandler;
Public Property Completed As AsyncOperationCompletedHandler(Of UserIdentity)
Valore della proprietà
Metodo o funzione che viene chiamato al termine dell'operazione.