SyncGlobalId Class

Represents an identifier for an item that is unique throughout the synchronization community.

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>

Remarks

Item IDs are not required to be in this format. However, for systems that do not have an intrinsic unique ID for items, we recommend that you use this format.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.SyncGlobalId

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SyncGlobalId Members
Microsoft.Synchronization Namespace