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.
Copies the elements of the clock vector to array, starting at the index specified by arrayIndex.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As IClockVectorElement(), _
arrayIndex As Integer _
)
'Usage
Dim instance As FeedClockVector
Dim array As IClockVectorElement()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo (
IClockVectorElement[] array,
int arrayIndex
)
public:
virtual void CopyTo (
array<IClockVectorElement^>^ array,
int arrayIndex
) sealed
public final void CopyTo (
IClockVectorElement[] array,
int arrayIndex
)
public final function CopyTo (
array : IClockVectorElement[],
arrayIndex : int
)
Parameters
- array
Clock vector elements are copied to this array.
- arrayIndex
Copying starts at this index.
See Also
Reference
FeedClockVector Class
FeedClockVector Members
Microsoft.Synchronization.FeedSync Namespace