Share via


SessionAuthenticationModule.OnSignOutError(ErrorEventArgs) 方法

定義

引發 SignOutError 事件。

protected:
 virtual void OnSignOutError(System::IdentityModel::Services::ErrorEventArgs ^ e);
protected virtual void OnSignOutError (System.IdentityModel.Services.ErrorEventArgs e);
abstract member OnSignOutError : System.IdentityModel.Services.ErrorEventArgs -> unit
override this.OnSignOutError : System.IdentityModel.Services.ErrorEventArgs -> unit
Protected Overridable Sub OnSignOutError (e As ErrorEventArgs)

參數

e
ErrorEventArgs

事件的資料。

備註

如果在註銷期間發生錯誤, SignOut 就會從 方法叫用這個方法。

適用於