Interface IClientSessionCreatedEvent
Client session created event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator .ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IClientSessionCreatedEvent : ILifeCycleEvent, IEvent
Remarks
Client session created event information.
See Client
Properties
ClientSession
Gets the client session.
Declaration
IClientSession ClientSession { get; }
Property Value
Type | Description |
---|---|
IClient |
The client session.
IClient |
Remarks
Gets the client session. This provides information about the currently connected client.
HostSessionID
Gets the unique ID of the host session.
Declaration
int HostSessionID { get; }
Property Value
Type | Description |
---|---|
int | Unique ID of the host session. |