SyncVersion Class
Represents a version for an item or a change unit.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The SyncVersion type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncVersion(SerializationInfo, StreamingContext) | Initializes a new instance of the SyncVersion class by using serialized data. |
![]() | SyncVersion(UInt32, UInt64) | Initializes a new instance of the SyncVersion class that contains the specified replica key and tick count. |
| Name | Description | |
|---|---|---|
![]() | ReplicaKey | Gets the replica key that is associated with the version. |
![]() | TickCount | Gets the tick count that is associated with the version. |
![]() ![]() | UnknownVersion | Returns a SyncVersion object that contains the replica key and tick count set to 0. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Serializes the version object data to a SerializationInfo object. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the version. (Overrides Object.ToString().) |
Show:
