SyncId constructeur (SyncGlobalId)
Initialise une nouvelle instance de la classe SyncId qui contient l'ID global spécifié.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Public Sub New ( _
id As SyncGlobalId _
)
'Utilisation
Dim id As SyncGlobalId
Dim instance As New SyncId(id)
public SyncId (
SyncGlobalId id
)
public:
SyncId (
SyncGlobalId^ id
)
public SyncId (
SyncGlobalId id
)
public function SyncId (
id : SyncGlobalId
)
Paramètres
- id
L'ID global à utiliser comme ID de synchronisation.
Notes
Cette forme du constructeur crée un ID de longueur fixe avec un tableau contenant le résultat de l'appel de la méthode GetBytes sur id.
Voir aussi
Référence
Classe SyncId
Membres SyncId
Espace de noms Microsoft.Synchronization