Compartilhar 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() _
)
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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncAnchor Class
SyncAnchor Members
Microsoft.Synchronization.Data Namespace