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 将从 方法调用此方法。

适用于