UserAuthenticationOperation.Completed Properti

Definisi

Mendapatkan atau mengatur handler yang dipanggil saat operasi selesai.

Catatan

Jika Anda mengembangkan untuk Windows 10 atau lebih besar, gunakan API Windows.Security.Authentication.Web.Core sebagai gantinya. Untuk informasi selengkapnya, lihat Manajer akun 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)

Nilai Properti

Metode atau fungsi yang dipanggil ketika operasi selesai.

Penerapan

Berlaku untuk