Share via


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)

Syntax

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

Dim instance As New SyncId(id)
public SyncId(
    byte id
)
public:
SyncId(
    unsigned char id
)
new : 
        id:byte -> SyncId
public function SyncId(
    id : byte
)

Parameters

Remarks

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

See Also

Reference

SyncId Class

SyncId Overload

Microsoft.Synchronization Namespace