Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


The Session type exposes the following members.

Methods

 NameDescription
Image Modified
Connect

Attempts to connect to the session specified in the object.

Image Modified
Disconnect

Disconnects your application from the currently connected session.

Image Modified
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Image Modified
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.)
Image Modified
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.)
Image Modified
GetType

Gets the Type of the current instance.

(Inherited from Object.)
Image Modified
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
Image Modified
SendKeysSends 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.

Image Modified
TestForKeyboardUnlocked

Checks the connected QWS3270 instance for the keyboard status.

Image Modified
ToString

Returns a String that represents the current Object.

(Inherited from Object.)
Image Modified
WaitForKeyboardUnlockedWaits 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.

Image Modified
WaitForUpdate

Waits for a specified amount of time, or until the host presentation space changes.

See Also


Session Class
JollyGiant.Emulation Namespace

...