Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds an element to the clock vector.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub Add ( _
item As IClockVectorElement _
)
'Usage
Dim instance As FeedClockVector
Dim item As IClockVectorElement
instance.Add(item)
public void Add (
IClockVectorElement item
)
public:
virtual void Add (
IClockVectorElement^ item
) sealed
public final void Add (
IClockVectorElement item
)
public final function Add (
item : IClockVectorElement
)
Parameters
- item
The element to add to the clock vector.
See Also
Reference
FeedClockVector Class
FeedClockVector Members
Microsoft.Synchronization.FeedSync Namespace