|
Name |
Description |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
getConfigurationIPAddress
|
Gets the Management and Control Server (MCS) address to used by all subsequent calls to requestScreen. |
|
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) |
|
getTerminalType
|
Gets the default screen type to be used when retrieving screen configurations from the Management and Control Server (MCS) when using requestScreen. |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
requestScreen
|
Gets a Screen object for the specified Management and Control Server (MCS) configuration using the specified userid and password as well as the named configuration. |
|
requestScreenEx
|
Gets a Screen object instantiated with the specified XML data. |
|
setConfigurationIPAddress
|
Sets the Management and Control Server address to be used by all subsequent calls to requestScreen. |
|
setResourceManagerOptions
|
Specifies the initial number of terminal or session IDs that are allocated to the application from Management and Control Server (MCS) ID Management as well as the increment in which additional IDs will be obtained when all allocated IDs are already in use. If you do not use this method to specify these values, the default values of 5 (initial reserve) and 5 (reserve increment) are used. |
|
setTerminalType
|
Sets the default screen type to be used when retrieving screen configurations from the Management and Control Server (MCS) when using requestScreen. |
|
Shutdown
|
Ensures that all IDs defined with a lease timeout from Management and Control Server (MCS) ID Management are properly retained by the SDK for future use once your application no longer requires them. |
|
ToString |
Returns a String that represents the current Object. (inherited from Object) |