P4Server Methods |
The P4Server type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelCommand |
Cancel a running command
| |
| Close |
Close the connection to a P4 Server
| |
| ConnectionInfoFromPath | ||
| ContinueRunCmdTimer | ||
| Disconnect | ||
| Dispose |
For IDispose
| |
| Dispose(Boolean) | ||
| EchoCommand(String) |
Broadcast a string on the CommandEcho event
| |
| EchoCommand(String, StringList) |
Broadcast a the command line (cmd and args) on the CommandEcho event
| |
| EchoResponseTime |
Broadcast a the command line (cmd, args and response time) on the ResponseTimeEcho event
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Finalizer
(Overrides ObjectFinalize.) | |
| Get |
Get an environment setting used by the server, such as user, client, ..
| |
| GetBinaryResults |
Get the complete binary results for the last command
| |
| getCmdId | ||
| GetConfig |
The config file that will be used by a given directory
| |
| GetDataSet | ||
| GetEnvironmentTicketFile |
Use the C++ API to determine the path of the ticket file
set in the environment
| |
| GetErrorResults |
Get a list of errors (if any) generated by a command
| |
| GetHashCode | (Inherited from Object.) | |
| GetInfoResults |
Get the information messages generated by the previous command
| |
| GetParallelOperationCount |
Mostly for testing, provide a way to tell if a parallel operation has started
| |
| GetTaggedOutput |
Get the tagged output generated by a command
| |
| GetTextResults |
Get the complete text results for the last command
| |
| GetTicket(String, String) |
Use the C++ API to find an existing ticket if a file will be ignored
| |
| GetTicket(String, String, String) |
Use the C++ API to get the ticket
| |
| GetTicketFile |
Use the C++ API to determine the path of the ticket file
for the current connection
| |
| GetTicketFileCredential |
Use the C++ API to find an existing ticket if a file will be ignored
| |
| GetType | (Inherited from Object.) | |
| IsCommandPaused | ||
| IsConnected | ||
| IsIgnored |
Use the C++ API to determine if a file will be ignored
| |
| Login |
Run a login command on the server
| |
| Logout |
Run a logout command on the server
| |
| MemberwiseClone | (Inherited from Object.) | |
| PauseRunCmdTimer | ||
| Reconnect |
Reconnect to the server in the event the connection is lost
| |
| ResetProgressHandler |
Reset the progress handler.
| |
| RunCommand |
Run a P4 command on the P4 Server
| |
| Set |
Set an environment setting used by the server, such as user, client, ..
| |
| SetConnectionData |
The parameters used by the connection
| |
| SetDataSet |
The data set for use by a command
| |
| SetDebugLevel(String) |
Set client debug level for things like "rpc=3"
Output goes to stdout
| |
| SetDebugLevel(String, String) |
Set client debug level for things like "rpc=3"
Output goes to specified log file
| |
| SetProgressCallbacks | ||
| SetProgressHandler |
Set the progress handler for reporting progress events.
| |
| SetProtocol | ||
| SetThreadOwner | ||
| SetTicketFile |
Use the C++ API to set the path of the ticket file
| |
| ToString | (Inherited from Object.) | |
| Update |
Update an environment setting used by the server, such as user, client, ..
Makes a local only change which overrides registry, environment etc...
And does not get written into the registry or the environment
use "null" value to remove an existing Update setting.
| |
| UrlHandled |