ObjectVersion(UInt32, UInt32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Version of a uniquely identifiable object.
public ObjectVersion (uint ServerChangeCount, uint ClientChangeCount);
new Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion : uint32 * uint32 -> Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion
Public Sub New (ServerChangeCount As UInteger, ClientChangeCount As UInteger)
Parameters
- ServerChangeCount
- UInt32
Current counter of server-initiated changes of the object.
- ClientChangeCount
- UInt32
Current counter of client-initiated changes of the object.