FeedClockVector Class

Represents a clock vector that contains FeedSync information. This class cannot be inherited.

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVector

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public sealed class FeedClockVector : IClockVector, 
	IList<IClockVectorElement>, ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, 
	IEnumerable, IXmlSerializable

The FeedClockVector type exposes the following members.

  NameDescription
Public methodFeedClockVectorInitializes a new instance of the FeedClockVector class.
Top

  NameDescription
Public propertyCountGets the number of elements that are contained in the clock vector.
Public propertyIsNoConflictsSpecifiedGets or sets a value that indicates whether conflicts are preserved for the FeedSync item.
Public propertyIsReadOnlyGets a value that indicates whether the element list is read-only.
Public propertyItemGets or sets the element in the clock vector that is indicated by the value of index.
Public propertyUpdateCountGets or sets the number of updates that have been made to the FeedSync item.
Top

  NameDescription
Public methodAddAdds an element to the clock vector.
Public methodClearRemoves all items from the clock vector.
Public methodContainsDetermines whether the clock vector contains the specified element.
Public methodCopyToCopies the elements of the clock vector to array, starting at the index specified by arrayIndex.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorReturns an enumerator that iterates through the clock vector elements.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOfDetermines the index of a specific item in the clock vector element list.
Public methodInsertInserts an element into the clock vector at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRemoves the first occurrence of a specific element from the clock vector.
Public methodRemoveAtRemoves the element at the specified index.
Public methodToStringReturns a string that represents this object. (Overrides Object.ToString().)
Top

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorReturns an enumerator that iterates through the collection of clock vector elements.
Explicit interface implemetationPrivate methodIXmlSerializable.GetSchemaReturns a null.
Explicit interface implemetationPrivate methodIXmlSerializable.ReadXmlReconstitutes the object from its XML representation.
Explicit interface implemetationPrivate methodIXmlSerializable.WriteXmlConverts this object into its XML representation.
Top

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.

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