Share via


IJob.AskedNodes Property

Retrieves or sets the list of nodes that are requested for the job.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Property AskedNodes As String
string AskedNodes { get; set; }
property String^ AskedNodes {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_AskedNodes ()

/** @property */
void set_AskedNodes (String value)
function get AskedNodes () : String

function set AskedNodes (value : String)

Property Value

The comma-delimited list of node names. The nodes must exist in the cluster.

Remarks

This is the list of nodes that your job is capable of running on. For example, the nodes contain the required software for your job.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

IJob Interface
IJob Members
Microsoft.ComputeCluster Namespace
ITask.RequiredNodes