Interface IClientSessionDestroyedEvent
Client session destroyed event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IClientSessionDestroyedEvent : ILifeCycleEvent, IEvent
Remarks
Client session destroyed event information. See ClientSessionDestroyed(IClientSessionDestroyedEvent)
Properties
ClientSession
Gets the client session.
Declaration
IClientSession ClientSession { get; }
Property Value
Type | Description |
---|---|
IClientSession | The client session. IClientSession |
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. |