RangeSet Class

Represents a set of Range objects, each of which contains knowledge about a set of change units within a range of items.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Class RangeSet
    Implements IEnumerable(Of Range), IEnumerable
'Usage
Dim instance As RangeSet
public class RangeSet : IEnumerable<Range>, IEnumerable
public ref class RangeSet : IEnumerable<Range^>, IEnumerable
public class RangeSet implements IEnumerable<Range>, 
    IEnumerable
public class RangeSet implements IEnumerable<Range>, 
    IEnumerable

Remarks

A SyncKnowledge object contains a scope RangeSet object that contains knowledge about all change units that do not have an associated RangeSet defined. A SyncKnowledge object may also contain a list of RangeSet objects that contain knowledge about specific change units.

The member of IEnumerable is implemented explicitly. Code that accesses them must first cast the RangeSet object to the IEnumerable interface by using the casting operator or the as keyword.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.RangeSet

Thread Safety

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

See Also

Reference

RangeSet Members
Microsoft.Synchronization Namespace