Establishes a connection to a Host Integrator server and creates or allocates a host session with the specified session pool.
Overload List
Establishes a connection to a Host Integrator server and creates or allocates a host session with the specified session pool.
public void ConnectToSession(string,string);
Establishes a connection to a Host Integrator server and creates or allocates a host session with the specified session pool. This version of ConnectToSession presents a user ID and a password, to establish authorization on the Host Integrator server.
public void ConnectToSession(string,string,string,string);
Establishes a connection to a Host Integrator server and creates or allocates a host session with the specified session pool. This version of ConnectToSession provides a set of model variables, to set upon connection.
public void ConnectToSession(string,string,IDictionary);
Establishes a connection to a Host Integrator server and creates or allocates a host session with the specified session pool. This version of ConnectToSession presents a user ID and a password, to establish authorization on the Host Integrator server, and also provides a set of model variables, to set upon connection.
public void ConnectToSession(string,string,string,string,IDictionary);
See Also
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace