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

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

Syntax

C#
public void EchoCommand(
	string cmd,
	StringList args
)
Visual Basic
Public Sub EchoCommand ( _
	cmd As String, _
	args As StringList _
)
Visual C++
public:
void EchoCommand(
	String^ cmd, 
	StringList^ args
)

Parameters

cmd
Type: System..::..String
The P4 command.
args
Type: Perforce.P4..::..StringList
The flags and parameters for the command.

Remarks

Used to echo an executed command line back to the client

See Also