A command is starting

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

Syntax

C#
bool StartQueryCancel(
	P4Server server,
	uint cmdId,
	Thread cmdRunThread,
	string cmdLine
)
Visual Basic
Function StartQueryCancel ( _
	server As P4Server, _
	cmdId As UInteger, _
	cmdRunThread As Thread, _
	cmdLine As String _
) As Boolean
Visual C++
bool StartQueryCancel(
	P4Server^ server, 
	unsigned int cmdId, 
	Thread^ cmdRunThread, 
	String^ cmdLine
)

Parameters

server
Type: Perforce.P4..::..P4Server
Server running the command
cmdId
Type: System..::..UInt32
CmdId of the command
cmdRunThread
Type: System.Threading..::..Thread
cmdLine
Type: System..::..String
Command Line for the command for display purposes

Return Value

See Also