SyncAnchor Constructor (array<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)

public:
SyncAnchor(
	array<unsigned char>^ anchor
)

Parameters

anchor
Type: array<System::Byte>
A byte array that contains the value of the anchor, such as a timestamp value.

ExceptionCondition
ArgumentException

anchor is longer than 10e6 bytes.

Show: