Click or drag to resize

IKeepAliveStartQueryCancel Method

A command is starting

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
bool StartQueryCancel(
	P4Server server,
	uint cmdId,
	Thread cmdRunThread,
	string cmdLine
)

Parameters

server
Type: Perforce.P4P4Server
Server running the command
cmdId
Type: SystemUInt32
CmdId of the command
cmdRunThread
Type: System.ThreadingThread
Thread to run on
cmdLine
Type: SystemString
Command Line for the command for display purposes

Return Value

Type: Boolean
See Also