PartitionSet Generic Class

[This is internal Microsoft documentation - Do not distribute.]

PartitionSet class

Namespace: Microsoft.Webstore.JobEngine
Assembly: ICL (in icl.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class PartitionSet(Of Partition As IPartition)
    Implements IPartitionSet, IEnumerable(Of IPartition), _
    IEnumerable
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public class PartitionSet<Partition> : IPartitionSet, IEnumerable<IPartition>, 
    IEnumerable where Partition : IPartition

Inheritance Hierarchy

System.Object
  Microsoft.Webstore.JobEngine.PartitionSet
     Microsoft.Webstore.JobEngine.Partitions.MachineSet

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

PartitionSet Members
Microsoft.Webstore.JobEngine Namespace