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 clock vector that contains FeedSync information. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVector
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public NotInheritable Class FeedClockVector _
Implements IClockVector, IList(Of IClockVectorElement), _
ICollection(Of IClockVectorElement), IEnumerable(Of IClockVectorElement), IEnumerable, _
IXmlSerializable
'Usage
Dim instance As FeedClockVector
public sealed class FeedClockVector : IClockVector,
IList<IClockVectorElement>, ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>,
IEnumerable, IXmlSerializable
public ref class FeedClockVector sealed : IClockVector,
IList<IClockVectorElement^>, ICollection<IClockVectorElement^>, IEnumerable<IClockVectorElement^>,
IEnumerable, IXmlSerializable
[<SealedAttribute>]
type FeedClockVector =
class
interface IClockVector
interface IList<IClockVectorElement>
interface ICollection<IClockVectorElement>
interface IEnumerable<IClockVectorElement>
interface IEnumerable
interface IXmlSerializable
end
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, IXmlSerializable
The FeedClockVector type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
FeedClockVector | Initializes a new instance of the FeedClockVector class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of elements that are contained in the clock vector. |
![]() |
IsNoConflictsSpecified | Gets or sets a value that indicates whether conflicts are preserved for the FeedSync item. |
![]() |
IsReadOnly | Gets a value that indicates whether the element list is read-only. |
![]() |
Item | Gets or sets the element in the clock vector that is indicated by the value of index. |
![]() |
UpdateCount | Gets or sets the number of updates that have been made to the FeedSync item. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Adds an element to the clock vector. |
![]() |
Clear | Removes all items from the clock vector. |
![]() |
Contains | Determines whether the clock vector contains the specified element. |
![]() |
CopyTo | Copies the elements of the clock vector to array, starting at the index specified by arrayIndex. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the clock vector elements. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Determines the index of a specific item in the clock vector element list. |
![]() |
Insert | Inserts an element into the clock vector at the specified index. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the first occurrence of a specific element from the clock vector. |
![]() |
RemoveAt | Removes the element at the specified index. |
![]() |
ToString | Returns a string that represents this object. (Overrides Object.ToString().) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection of clock vector elements. |
![]() ![]() |
IXmlSerializable.GetSchema | Returns a null reference (Nothing in Visual Basic). |
![]() ![]() |
IXmlSerializable.ReadXml | Reconstitutes the object from its XML representation. |
![]() ![]() |
IXmlSerializable.WriteXml | Converts this object into its XML representation. |
Top
Remarks
The members of IXmlSerializable and IEnumerable are implemented explicitly. Code that accesses them must first cast the FeedClockVector object to the IXmlSerializable or 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)
.gif)