SyncGlobalId-Klasse

Stellt einen Bezeichner für ein in der Synchronisierungscommunity 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^>
[<SerializableAttribute>]
type SyncGlobalId =  
    class
        interface IComparable
        interface IEquatable<SyncGlobalId>
    end
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 static (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