Share via


Task.IsExclusive Property

Determines whether other tasks from the job can run on the node at the same time as this task.

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

Usage

Syntax

'Declaration
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute> _
Public Property IsExclusive As Boolean
[DefaultValueAttribute(false)] 
[XmlAttributeAttribute] 
public bool IsExclusive { get; set; }
[DefaultValueAttribute(false)] 
[XmlAttributeAttribute] 
public:
virtual property bool IsExclusive {
    bool get () sealed;
    void set (bool value) sealed;
}
/** @property */
public final boolean get_IsExclusive ()

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

public final function set IsExclusive (value : boolean)

Property Value

The value is true if other tasks from the same job cannot run on the node; otherwise, false. The default is false.

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

Task Class
Task Members
Microsoft.ComputeCluster Namespace
Job.IsExclusive Property