This topic has not yet been rated - Rate this topic

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)
[SerializableAttribute] 
public class SyncGlobalId : IComparable, IEquatable<SyncGlobalId>
/** @attribute SerializableAttribute() */ 
public class SyncGlobalId implements IComparable, IEquatable<SyncGlobalId>
SerializableAttribute 
public class SyncGlobalId implements IComparable, IEquatable<SyncGlobalId>

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.

System.Object
  Microsoft.Synchronization.SyncGlobalId
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)