Cancel a running command

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

Syntax

C#
public void CancelCommand(
	uint CmdId
)
Visual Basic
Public Sub CancelCommand ( _
	CmdId As UInteger _
)
Visual C++
public:
void CancelCommand(
	unsigned int CmdId
)

Parameters

CmdId
Type: System..::..UInt32
Unique Id for the run of the command

See Also