Interface IHostSessionEvent
Host session event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IHostSessionEvent : IModelEvent, IEvent
Properties
HostSession
Gets the host session associated with this event.
Declaration
IScriptHostSession HostSession { get; }
Property Value
Type | Description |
---|---|
IScriptHostSession | The host session. |
Remarks
Gets the host session associated with this event.
This provides information about the host session and allows for the manipulation of the terminal.
The interface must only be used within the event that obtained it. No reference to the interface should exist upon returning from the event.