SyncId Constructor (Byte)

Initializes a new instance of the SyncId class that contains the specified ID.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
SyncId(
	unsigned char id
)

Parameters

id
Type: System::Byte
The sync ID.

This form of the constructor creates a fixed-length ID with an array of length 1.

Show: