Constructer

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

Syntax

C#
public P4Command(
	Connection connection,
	string command,
	bool taggedOutput,
	params string[] arguments
)
Visual Basic
Public Sub New ( _
	connection As Connection, _
	command As String, _
	taggedOutput As Boolean, _
	ParamArray arguments As String() _
)
Visual C++
public:
P4Command(
	Connection^ connection, 
	String^ command, 
	bool taggedOutput, 
	... array<String^>^ arguments
)

Parameters

connection
Type: Perforce.P4..::..Connection
Connection to the target Repository
command
Type: System..::..String
Command String i.e 'submit'
taggedOutput
Type: System..::..Boolean
Run in tagged protocol
arguments
Type: array<System..::..String>[]()[][]
Arguments for the command

See Also