SyncKnowledge-Konstruktor (SyncIdFormatGroup, SyncId, UInt64)

Initialisiert eine neue Instanz der SyncKnowledge-Klasse, die das angegebene ID-Formatschema sowie die angegebene Replikat-ID und Taktanzahl enthält.

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

Syntax

'Declaration
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    replicaId As SyncId, _
    tickCount As ULong _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim replicaId As SyncId
Dim tickCount As ULong

Dim instance As New SyncKnowledge(idFormats, _
    replicaId, tickCount)
public SyncKnowledge(
    SyncIdFormatGroup idFormats,
    SyncId replicaId,
    ulong tickCount
)
public:
SyncKnowledge(
    SyncIdFormatGroup^ idFormats, 
    SyncId^ replicaId, 
    unsigned long long tickCount
)
new : 
        idFormats:SyncIdFormatGroup * 
        replicaId:SyncId * 
        tickCount:uint64 -> SyncKnowledge
public function SyncKnowledge(
    idFormats : SyncIdFormatGroup, 
    replicaId : SyncId, 
    tickCount : ulong
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

idFormats ist NULL.

Hinweise

Diese Form des Konstruktors erstellt eine neue Replikatschlüsselzuordnung, speichert sie in ReplicaKeyMap und legt replicaId als Replikatschlüssel 0 fest.

Siehe auch

Verweis

SyncKnowledge Klasse

SyncKnowledge-Member

SyncKnowledge-Überladung

Microsoft.Synchronization-Namespace