IScheduler.Connect Method

Definition

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

Applies to