Interface IHostSessionDestroyedEvent
Host session destroyed event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IHostSessionDestroyedEvent : ILifeCycleEvent, IEvent
Remarks
Host session destroyed event information. See HostSessionDestroyed(IHostSessionDestroyedEvent)
Properties
HostSessionID
Get the unique ID of the host session being destroyed.
Declaration
int HostSessionID { get; }
Property Value
Type | Description |
---|---|
int | Unique ID of the host session. |