Broadcast a the command line (cmd and args) on the CommandEcho event
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
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