Click or drag to resize

P4ServerEchoCommand Method (String, StringList)

Broadcast a the command line (cmd and args) on the CommandEcho event

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void EchoCommand(
	string cmd,
	StringList args
)

Parameters

cmd
Type: SystemString
The P4 command.
args
Type: Perforce.P4StringList
The flags and parameters for the command.
Remarks
Used to echo an executed command line back to the client
See Also