The methods of the HostIntegratorRejuvenationSession class are listed below. For a complete list of HostIntegratorRejuvenationSession class members, see the HostIntegratorRejuvenationSession Members topic.
![]() | Overloaded. Establishes a connection to a Host Integrator server and creates a host session with the specified model. |
![]() | Overloaded. Establishes a connection to a Host Integrator server and creates a host session with the specified model. The connection is made using the specified AADS server and Host Integrator domain. |
![]() | Overloaded. Establishes a connection to a Host Integrator server and creates or allocates a host session with the specified session pool. |
![]() | Overloaded. Establishes a connection to a Host Integrator server and creates or allocates a host session with the specified session pool. The connection is made using the specified AADS server and Host Integrator domain. |
![]() | Disconnects from a Host Integrator server session. |
![]() | Overloaded. Enables the availability of terminal attributes when retrieving attribute or field data from the Host Integrator server. |
![]() | |
![]() | Overloaded. Executes an SQL statement on a table defined in the model. |
![]() | Overloaded. Fetches data from the Host Integrator server for the current recordset of the current entity. |
![]() | Gets the name of the attribute at the current cursor position. |
![]() | Overloaded. Gets locations for attributes of the current entity. |
![]() | Gets metadata for the specified attribute and entity in the Host Integrator model. |
![]() | Overloaded. Gets attributes for the current entity. |
![]() | Gets metadata for a table column in the Host Integrator model. |
![]() | Gets the name of the current entity in the Host Integrator model. |
![]() | Gets the current record in the current recordset. |
![]() | Gets the index number of the current record in the current recordset. |
![]() | Gets the name of the current recordset. |
![]() | Gets the names of the attributes for the specified entity in the Host Integrator model. |
![]() | Gets the description for the specified entity in the Host Integrator model. |
![]() | Gets the names of the operations in the specified entity. |
![]() | Gets the names of the recordsets in the specified entity. |
![]() | Overloaded. Gets field locations for the current record in the current recordset in the current entity. |
![]() | Gets metadata for the specified field in the specified recordset and entity in the Host Integrator model. |
![]() | |
![]() | Gets the name of the home entity for the current Host Integrator model. |
![]() | Gets an identifier for the most recent request performed against the current Host Integrator server session. |
![]() | Gets the locale for the current session. |
![]() | Gets the logging level for the current Host Integrator session. |
![]() | Gets the major version number for the locally installed Verastream software. |
![]() | Gets the minor version number for the locally installed Verastream software. |
![]() | Gets the names of the entities in the current Host Integrator model. |
![]() | Gets the names of all non-hidden model variables in the Host Integrator model. |
![]() | Gets the values of all non-hidden model variables in the current Host Integrator model. |
![]() | Gets metadata for an operation in the current Host Integrator model. |
![]() | Overloaded. Gets the locations for all patterns for the current entity. |
![]() | Gets metadata for a table procedure in the Host Integrator model. |
![]() | Overloaded. Gets the locations for all recordsets in the current entity. |
![]() | Gets metadata for a recordset in the specified entity. |
![]() | Gets an identifier for the current Host Integrator session. |
![]() | Gets a string of the specified length, starting at the specified offset, from the current entity. |
![]() | Gets a string from a rectangular region of the current entity. |
![]() | Gets the column names for a table in the Host Integrator model. |
![]() | Gets the description for a table in the Host Integrator model. |
![]() | Gets the names of all tables in the Host Integrator model. |
![]() | Gets the procedure names for a table in the Host Integrator model. |
![]() | Gets a TerminalField object that contains information about the terminal field at the current cursor position on the Host Integrator screen. |
![]() | This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code. |
![]() | |
![]() | Gets metadata for a model variable in the Host Integrator model. |
![]() | Gets the version string for the Verastream .NET connector. This string is of the form majorVersion.minorVersion. |
![]() | Performs an insert operation for the current recordset. |
![]() | Performs the insert operation for the current recordset multiple times. |
![]() | Inserts the specified string into the current entity on the Host Integrator server starting at the current cursor position. |
![]() | Inserts a string into the current entity on the Host Integrator server starting at an offset. |
![]() | Inserts a string into the current entity on the Host Integrator server starting at the given row and column location. |
![]() | Moves the current record index to a new position in the current recordset. |
![]() | Overloaded. Returns the next record in the current recordset. |
![]() | Enters an aid key (for example, a Program Function key) into the current Host Integrator server session. |
![]() | Performs an operation on the current entity. |
![]() | Overloaded. Performs a SELECT or a DELETE procedure on a table defined in the model. |
![]() | Calls the ProcessString event handler on the server. |
![]() | Requires a secure channel on the next connection to a Host Integrator server. |
![]() | Resumes the execution of a currently suspended Host Integrator server session. |
![]() | Selects the current record in the current recordset. |
![]() | Finds a record in the current recordset using a filter expression, and perform a selection operation. |
![]() | Performs its selection operation on a record in the current recordset. The record to select is determined by the specified index number. |
![]() | Overloaded. Sets the attributes for the current entity. |
![]() | Overloaded. Sets the attributes for the specified entity. Attributes are not actually set until the entity is reached. |
![]() | Sets the current entity. |
![]() | Sets the current record in the current recordset, using the record's index number. |
![]() | Sets the current recordset, by name. |
![]() | Sets the list of attributes that are to have their text hidden. |
![]() | Sets the locale for the current session. |
![]() | Sets the logging level for the current Host Integrator session. |
![]() | Sets the values of variables in the current Host Integrator model. |
![]() | Suspends the execution of a currently running Host Integrator server session. |
![]() | |
![]() | Overloaded. Sets the values for the current record in the current recordset. |
![]() | Overloaded. Changes the values of a record in the current recordset. The record that gets changed is the first one after the current record that satisfies the filter expression. |
![]() | Overloaded. Changes the values of a record in the current recordset. The record to change is determined by the specified index number. |
![]() | Overloaded. Updates the values of records in the current recordset, after the current record, that satisfy the specified filter expression. |
![]() | Overloaded. Waits for recognition of the specified entity on the Host Integrator server. |
![]() | Waits for the presence of the terminal cursor at the specified terminal screen coordinates. |
![]() | Waits for the recognition of any entity other than the specified entity. |
![]() | Overloaded. This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code. |
![]() | Waits for the presence of the specified string starting at the specified screen coordinates. |
![]() | Waits for the presence of a string at a screen location relative to the current terminal screen cursor. |
HostIntegratorRejuvenationSession Class | WRQ.Verastream.HostIntegrator Namespace