P4Command Constructor (Connection, String, Boolean, String)
|
Constructor
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic P4Command(
Connection connection,
string command,
bool taggedOutput,
params string[] arguments
)
Public Sub New (
connection As Connection,
command As String,
taggedOutput As Boolean,
ParamArray arguments As String()
)
public:
P4Command(
Connection^ connection,
String^ command,
bool taggedOutput,
... array<String^>^ arguments
)
new :
connection : Connection *
command : string *
taggedOutput : bool *
arguments : string[] -> P4Command
Parameters
- connection
- Type: Perforce.P4Connection
Connection to the target Repository - command
- Type: SystemString
Command String i.e 'submit' - taggedOutput
- Type: SystemBoolean
Run in tagged protocol - arguments
- Type: SystemString
Arguments for the command
See Also