RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogOutSucceeded Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur panggilan balik peristiwa yang akan dipanggil dengan status autentikasi tersimpan saat operasi keluar berhasil.
public:
property Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> OnLogOutSucceeded { Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> get(); void set(Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<TAuthenticationState> OnLogOutSucceeded { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnLogOutSucceeded : Microsoft.AspNetCore.Components.EventCallback<'AuthenticationState (requires 'AuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState)> with get, set
Public Property OnLogOutSucceeded As EventCallback(Of TAuthenticationState)
Nilai Properti
EventCallback<TAuthenticationState>
- Atribut