SyncVersion Class

Represents a version for an item or a change unit.

System.Object
  Microsoft.Synchronization.SyncVersion

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

[SerializableAttribute]
public class SyncVersion : ISerializable

The SyncVersion type exposes the following members.

  NameDescription
Protected methodSyncVersion(SerializationInfo, StreamingContext)Initializes a new instance of the SyncVersion class by using serialized data.
Public methodSyncVersion(UInt32, UInt64)Initializes a new instance of the SyncVersion class that contains the specified replica key and tick count.
Top

  NameDescription
Public propertyReplicaKeyGets the replica key that is associated with the version.
Public propertyTickCountGets the tick count that is associated with the version.
Public propertyStatic memberUnknownVersionReturns a SyncVersion object that contains the replica key and tick count set to 0.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataSerializes the version object data to a SerializationInfo object.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToStringReturns a string that represents the version. (Overrides Object.ToString().)
Top

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