Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Represents a set of Range objects, each of which contains knowledge about a set of change units within a range of items.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.RangeSet
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
type RangeSet =
class
interface IEnumerable<Range>
interface IEnumerable
end
public class RangeSet implements IEnumerable<Range>, IEnumerable
The RangeSet type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
RangeSet | Initializes a new instance of the RangeSet class. |
Top
Methods
| 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.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Gets an object that can be used to enumerate the list of Range objects. |
Top
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.
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.
.gif)
.gif)
.gif)
.gif)