Share via


SyncAnchor Constructor (Byte )

Initializes a new instance of the SyncAnchor class by using an anchor parameter.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Sub New ( _
    anchor As Byte() _
)
'Usage
Dim anchor As Byte()

Dim instance As New SyncAnchor(anchor)
public SyncAnchor (
    byte[] anchor
)
public:
SyncAnchor (
    array<unsigned char>^ anchor
)
public SyncAnchor (
    byte[] anchor
)
public function SyncAnchor (
    anchor : byte[]
)

Parameters

  • anchor
    A byte array that contains the value of the anchor, such as a timestamp value.

Remarks

See Also

Reference

SyncAnchor Class
SyncAnchor Members
Microsoft.Synchronization.Data Namespace