Cancel a running command

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

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