Click or drag to resize

P4ServerEchoCommand Method (String)

Broadcast a string on the CommandEcho event

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void EchoCommand(
	string str
)

Parameters

str
Type: SystemString
The string.
Remarks
Used to echo command data back to the client
See Also