Freigeben über


SyncGlobalId-Klasse

Stellt einen Bezeichner für ein in der Synchronisierungsgemeinschaft eindeutiges Element dar.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncGlobalId
    Implements IComparable, IEquatable(Of SyncGlobalId)
'Usage
Dim instance As SyncGlobalId
[SerializableAttribute] 
public class SyncGlobalId : IComparable, IEquatable<SyncGlobalId>
[SerializableAttribute] 
public ref class SyncGlobalId : IComparable, IEquatable<SyncGlobalId^>
/** @attribute SerializableAttribute() */ 
public class SyncGlobalId implements IComparable, IEquatable<SyncGlobalId>
SerializableAttribute 
public class SyncGlobalId implements IComparable, IEquatable<SyncGlobalId>

Hinweise

Element-IDs müssen nicht dieses Format haben. Für Systeme, die nicht über eine systeminterne eindeutige Element-ID verfügen, wird jedoch die Verwendung dieses Formats empfohlen.

Vererbungshierarchie

System.Object
  Microsoft.Synchronization.SyncGlobalId

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

SyncGlobalId-Member
Microsoft.Synchronization-Namespace