Click or drag to resize

ConnectionCancelCommand Method (UInt32)

Cancel a running command

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void CancelCommand(
	uint cmd
)

Parameters

cmd
Type: SystemUInt32
Unique Id for the run of the command (P4Command.CommandId)
See Also