Delegate used to commands as they are executed.

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

Syntax

C#
public delegate void CommandEchoDelegate(
	string data
)
Visual Basic
Public Delegate Sub CommandEchoDelegate ( _
	data As String _
)
Visual C++
public delegate void CommandEchoDelegate(
	String^ data
)

Parameters

data
Type: System..::..String
Command line executed by the command

See Also