Cluster Class

Defines methods and properties to manage the nodes, jobs, and tasks in a compute cluster.

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

Usage

Syntax

'Declaration
<GuidAttribute("1DA43A99-31B9-4cd1-A3A7-9BC6EC9B696F")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class Cluster
    Implements ICluster, IDisposable
[GuidAttribute("1DA43A99-31B9-4cd1-A3A7-9BC6EC9B696F")] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[ComVisibleAttribute(true)] 
public sealed class Cluster : ICluster, IDisposable
[GuidAttribute(L"1DA43A99-31B9-4cd1-A3A7-9BC6EC9B696F")] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[ComVisibleAttribute(true)] 
public ref class Cluster sealed : ICluster, IDisposable
/** @attribute GuidAttribute("1DA43A99-31B9-4cd1-A3A7-9BC6EC9B696F") */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute ComVisibleAttribute(true) */ 
public final class Cluster implements ICluster, IDisposable
GuidAttribute("1DA43A99-31B9-4cd1-A3A7-9BC6EC9B696F") 
ClassInterfaceAttribute(ClassInterfaceType.None) 
ComVisibleAttribute(true) 
public final class Cluster implements ICluster, IDisposable

Remarks

You should not use this class. Instead, you should use the ICluster interface as shown in the following example:

ICluster cluster = new Cluster();

When finished, call the Dispose method to release resources.

Inheritance Hierarchy

System.Object
  Microsoft.ComputeCluster.Cluster

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

Cluster Members
Microsoft.ComputeCluster Namespace