Connect(String,LoginAuthenticationType,String,String) Method
In This Topic
Connects to the adTempus server on the specified machine, using the specified identity.
Syntax
Parameters
- connectionDescriptor
- The name or address of the adTempus server to connect to. Optionally include the instance name and port number, if necessary. Use BuildConnectionDescriptor to generate the in the correct syntax if the adTempus server is a named instance or is using a non-standard port. You can use BuildConnectionDescriptor to construct the descriptor in the correct format.
- authenticationType
- The type of authentication to use.
- userID
- The user ID to use for authentication.
- password
- The password to use for authentication.
Return Value
A Scheduler object representing a session with the adTempus server
Exceptions
See Also