Share via


IJob.IsExclusive Property

Determines whether nodes should be exclusively allocated to the job.

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

Usage

Syntax

'Declaration
Property IsExclusive As Boolean
bool IsExclusive { get; set; }
property bool IsExclusive {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_IsExclusive ()

/** @property */
void set_IsExclusive (boolean value)
function get IsExclusive () : boolean

function set IsExclusive (value : boolean)

Property Value

The value is true if the nodes should be exclusively allocated to the job; otherwise, false. The default is true.

Remarks

If a node is exclusively allocated to a job, the scheduler will not run any other jobs on the node.

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.IsExclusive