Cancel a running command

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

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 (P4Command.CommandId)

See Also