Scheduler.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
override this.Connect : string -> unit
Public Sub Connect (cluster As String)

Parameters

cluster
String

The computer name of the cluster's head node (the head node is the node on which Microsoft HPC Service is installed). If your application is running on the head node, you can specify the node's name or use “localhost”.

Implements

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
override this.Connect : string * Microsoft.Hpc.Scheduler.Properties.ConnectMethod -> unit
Public Sub Connect (cluster As String, method As ConnectMethod)

Parameters

cluster
String
method
ConnectMethod

Implements

Applies to