IScheduler.Connect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Connect(String) |
Connects you to the specified cluster. |
Connect(String, ConnectMethod) |
Connect(String)
Connects you to the specified cluster.
public void Connect (string cluster);
abstract member Connect : string -> unit
Public Sub Connect (cluster As String)
Parameters
- cluster
- String
Applies to
Connect(String, ConnectMethod)
public void Connect (string cluster, Microsoft.Hpc.Scheduler.Properties.ConnectMethod method);
abstract member Connect : string * Microsoft.Hpc.Scheduler.Properties.ConnectMethod -> unit
Public Sub Connect (cluster As String, method As ConnectMethod)
Parameters
- cluster
- String
- method
- ConnectMethod