SessionAuthenticationModule.OnSignOutError(ErrorEventArgs) Method

Definition

Raises the SignOutError event.

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)

Parameters

e
ErrorEventArgs

The data for the event.

Remarks

This method is invoked from the SignOut method if an error occurs during sign-out.

Applies to