Compartir a través de


SyncId Constructor (Byte[], Boolean)

Inicializa una nueva instancia de la clase SyncId que contiene el identificador sin formato especificado y un valor que indica si el identificador tiene una longitud fija o variable.

Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)

Sintaxis

'Declaración
Public Sub New ( _
    rawId As Byte(), _
    isVariableLength As Boolean _
)
'Uso
Dim rawId As Byte()
Dim isVariableLength As Boolean

Dim instance As New SyncId(rawId, isVariableLength)
public SyncId (
    byte[] rawId,
    bool isVariableLength
)
public:
SyncId (
    array<unsigned char>^ rawId, 
    bool isVariableLength
)
public SyncId (
    byte[] rawId, 
    boolean isVariableLength
)
public function SyncId (
    rawId : byte[], 
    isVariableLength : boolean
)

Parámetros

  • rawId
    Datos del identificador sin formato.
  • isVariableLength
    Su valor es true si se trata de un identificador de longitud variable; false en caso contrario.

Notas

Esta modalidad del constructor almacena los datos del identificador tal y como se han especificado.

Vea también

Referencia

SyncId Clase
SyncId Miembros
Microsoft.Synchronization Espacio de nombres