Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that iterates through the clock vector elements.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of IClockVectorElement)
'Usage
Dim instance As FeedClockVector
Dim returnValue As IEnumerator(Of IClockVectorElement)
returnValue = instance.GetEnumerator
public IEnumerator<IClockVectorElement> GetEnumerator ()
public:
virtual IEnumerator<IClockVectorElement^>^ GetEnumerator () sealed
public final IEnumerator<IClockVectorElement> GetEnumerator ()
public final function GetEnumerator () : IEnumerator<IClockVectorElement>
Return Value
An enumerator that iterates through the clock vector elements.
See Also
Reference
FeedClockVector Class
FeedClockVector Members
Microsoft.Synchronization.FeedSync Namespace