Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This constructor supports the infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the ClusterEnumerable class using the items from the specified enumerable.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
list As IEnumerable _
)
public ClusterEnumerable (
IEnumerable list
)
public:
ClusterEnumerable (
IEnumerable^ list
)
public ClusterEnumerable (
IEnumerable list
)
public function ClusterEnumerable (
list : IEnumerable
)
Parameters
- list
An enumerable whose items are used to initialize the contents of the new enumerable.
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
ClusterEnumerable Class
ClusterEnumerable Members
Microsoft.ComputeCluster Namespace