Click or drag to resize

P4ServerEchoResponseTime Method

Broadcast a the command line (cmd, args and response time) on the ResponseTimeEcho event

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

Parameters

cmd
Type: SystemString
The P4 command.
args
Type: Perforce.P4StringList
The flags and parameters for the command.
responseTime
Type: SystemTimeSpan
Response time taken to fetch the results.
Remarks
Used to echo an executed command line with response time back to the client
See Also