Share via


MachineSet Class

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

Adding twice the same machine to the set does not make a new entry. Note that the hash table is not serialized - so this guarantee does not stand once the set is sent across the wire

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class MachineSet
    Inherits PartitionSet(Of MachinePartition)
[SerializableAttribute] 
public class MachineSet : PartitionSet<MachinePartition>

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

MachineSet Members
Microsoft.Webstore.JobEngine.Partitions Namespace