Interface IExecuteLogoutEvent
Execute logout event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IExecuteLogoutEvent : IHostSessionEvent, IModelEvent, IEvent
Remarks
Execute logout event information. See ExecuteLogout(IExecuteLogoutEvent)
Methods
DefaultLogout()
Executes the model-defined logout script.
Declaration
void DefaultLogout()
Exceptions
Type | Condition |
---|---|
ApptrieveException | Any error during the default logout process will throw an Attachmate.Verastream.HostIntegrator.ScriptAPI.ApptrieveException. |