IClusterEnumerable Interface
Represents a collection of objects.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
[ComVisibleAttribute(true)] [GuidAttribute("09283FBF-85A6-40f6-8B66-62F8AA3ED4E6")] public interface 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
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.
Community Additions
ADD
Show: