共用方式為


ObjectVersion(UInt32, UInt32) Constructor

Definition

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.

Applies to