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