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.
[Visual Basic]Overloads Public Sub ConnectToModelViaDomain( _
ByVal directoryServer As String, _
ByVal domainName As String, _
ByVal modelName As String _
)
[C#]
public void ConnectToModelViaDomain(
string directoryServer,
string domainName,
string modelName
);
public void ConnectToModelViaDomain(
string directoryServer,
string domainName,
string modelName
);
Parameters
- directoryServer
- Specifies a Host Integrator authentication and authorization directory server (AADS).
- domainName
- Specifies a Host Integrator domain.
- modelName
- Specifies the name of a Host Integrator model.
Remarks
Reasons for failure include:
- Failure to locate Host Integrator domain server.
- Invalid model name.
- Invalid userID or password.
- Session is already connected to a Host Integrator server.
See Also
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.ConnectToModelViaDomain Overload List