RangeSet Class
Represents a set of Range objects, each of which contains knowledge about a set of change units within a range of items.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The RangeSet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AppendRange | Adds the specified Range object to the end of the list. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Gets an object that can be used to enumerate the list of Range objects. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator | Gets an object that can be used to enumerate the list of Range objects. |
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.
Show:
