Connect Method (Scheduler)
In This Topic
Connects to an adTempus server
Overload List
| Overload | Description |
| Connect() |
Connects to the adTempus server on the local machine using the identity of the caller.
|
| Connect(String,LoginAuthenticationType,String,String) |
Connects to the adTempus server on the specified machine, using the specified identity.
|
| Connect(String,LoginAuthenticationType,String,String,X509Certificate2) |
Connects to the adTempus server on the specified machine, using the specified identity.
|
| Connect(String,LoginAuthenticationType,String,SecureString) |
Connects to the adTempus server on the specified machine, using the specified identity.
|
| Connect(String,LoginAuthenticationType,String,SecureString,X509Certificate2) |
Connects to the adTempus server on the specified machine, using the specified identity.
|
See Also