Udostępnij za pośrednictwem


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
)
public SyncId (
    byte id
)
public function SyncId (
    id : byte
)

Parameters

  • id
    The sync ID.

Remarks

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

See Also

Reference

SyncId Class
SyncId Members
Microsoft.Synchronization Namespace