Verastream SDK .Net Reference
SessionLoader Class Methods


For a list of all members of this type, see SessionLoader members.

Public Methods
 NameDescription
Public MethodgetConfigurationIPAddressGets the Management and Control Server (MCS) address to used by all subsequent calls to requestScreen.  
Public MethodgetTerminalTypeGets the default screen type to be used when retrieving screen configurations from the Management and Control Server (MCS) when using requestScreen.  
Public MethodrequestScreen 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.  
Public MethodrequestScreenEx Gets a Screen object instantiated with the specified XML data.  
Public MethodsetConfigurationIPAddressSets the Management and Control Server address to be used by all subsequent calls to requestScreen.  
Public MethodsetResourceManagerOptions 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.  
Public MethodsetTerminalTypeSets the default screen type to be used when retrieving screen configurations from the Management and Control Server (MCS) when using requestScreen.  
Public MethodShutdown 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.  
Top
See Also