IClusterEnumerable Interface

Represents a collection of objects.

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

Usage

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("09283FBF-85A6-40f6-8B66-62F8AA3ED4E6")> _
Public Interface IClusterEnumerable
[ComVisibleAttribute(true)] 
[GuidAttribute("09283FBF-85A6-40f6-8B66-62F8AA3ED4E6")] 
public interface IClusterEnumerable
[ComVisibleAttribute(true)] 
[GuidAttribute(L"09283FBF-85A6-40f6-8B66-62F8AA3ED4E6")] 
public interface class IClusterEnumerable
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("09283FBF-85A6-40f6-8B66-62F8AA3ED4E6") */ 
public interface IClusterEnumerable
ComVisibleAttribute(true) 
GuidAttribute("09283FBF-85A6-40f6-8B66-62F8AA3ED4E6") 
public interface IClusterEnumerable

Remarks

Many of the CCP API methods return collections. For example, the ICluster.ListJobs method returns a collection of jobs for a specified user.

This interface is also used to build a collection of objects (for example, when calling the ICluster.AddJobs method). To create an instance of this object for building a collection, call the ICluster.CreateClusterEnumerable method.

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

IClusterEnumerable Members
Microsoft.ComputeCluster Namespace