The Session type exposes the following members.
Methods
Name | Description | ||
---|---|---|---|
Connect | Attempts to connect to the session specified in the object. | ||
Disconnect | Disconnects your application from the currently connected session. | ||
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | ||
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | ||
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | ||
SendKeys | Sends one or more keys to the currently connected host session. The keystrokes appear to the session as if they are entered by a user. The keystrokes can include host function keys and AID keys. | ||
TestForKeyboardUnlocked | Checks the connected QWS3270 instance for the keyboard status. | ||
ToString | Returns a String that represents the current Object. (Inherited from Object.) | ||
WaitForKeyboardUnlocked | Waits for a specified amount of time (the default is 60 seconds) for the keyboard to be unlocked; if the keyboard is not locked, or becomes unlocked during the wait period, Wait returns immediately. The time to wait can be changed with the SetSessionOptions(String, Int32%) method. | ||
WaitForUpdate | Waits for a specified amount of time, or until the host presentation space changes. |
See Also
Session Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
...