Initializes a new instance of the P4Server..::..CmdContactTimer class

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public CmdContactTimer(
	Dictionary<uint, P4Server..::..CmdContactTimer> runCmdLastContactMap,
	uint _cmdId
)
Visual Basic
Public Sub New ( _
	runCmdLastContactMap As Dictionary(Of UInteger, P4Server..::..CmdContactTimer), _
	_cmdId As UInteger _
)
Visual C++
public:
CmdContactTimer(
	Dictionary<unsigned int, P4Server..::..CmdContactTimer^>^ runCmdLastContactMap, 
	unsigned int _cmdId
)

Parameters

runCmdLastContactMap
Type: System.Collections.Generic..::..Dictionary<(Of <(<'UInt32, P4Server..::..CmdContactTimer>)>)>
_cmdId
Type: System..::..UInt32

See Also