This topic has not yet been rated - Rate this topic

SyncId Class

Represents an identifier for an item, change unit, or replica.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class SyncId : IComparable, IEquatable<SyncId>, 
	ISerializable
/** @attribute SerializableAttribute() */ 
public class SyncId implements IComparable, IEquatable<SyncId>, 
	ISerializable
SerializableAttribute 
public class SyncId implements IComparable, IEquatable<SyncId>, 
	ISerializable

The ID length must be greater than 0 and no greater than System.UInt16.MaxValue.

System.Object
  Microsoft.Synchronization.SyncId
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)