Click or drag to resize

P4Server Methods

The P4Server type exposes the following members.

Methods
  NameDescription
Public methodCancelCommand
Cancel a running command
Public methodClose
Close the connection to a P4 Server
Public methodStatic memberConnectionInfoFromPath
Public methodContinueRunCmdTimer
Public methodDisconnect
Public methodDispose
For IDispose
Public methodDispose(Boolean)
Public methodEchoCommand(String)
Broadcast a string on the CommandEcho event
Public methodEchoCommand(String, StringList)
Broadcast a the command line (cmd and args) on the CommandEcho event
Public methodEchoResponseTime
Broadcast a the command line (cmd, args and response time) on the ResponseTimeEcho event
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodStatic memberGet
Get an environment setting used by the server, such as user, client, ..
Public methodGetBinaryResults
Get the complete binary results for the last command
Public methodgetCmdId
Public methodStatic memberGetConfig
The config file that will be used by a given directory
Public methodGetDataSet
Public methodStatic memberGetEnvironmentTicketFile
Use the C++ API to determine the path of the ticket file set in the environment
Public methodGetErrorResults
Get a list of errors (if any) generated by a command
Public methodGetHashCode (Inherited from Object.)
Public methodGetInfoResults
Get the information messages generated by the previous command
Public methodGetParallelOperationCount
Mostly for testing, provide a way to tell if a parallel operation has started
Public methodGetTaggedOutput
Get the tagged output generated by a command
Public methodGetTextResults
Get the complete text results for the last command
Public methodStatic memberGetTicket(String, String)
Use the C++ API to find an existing ticket if a file will be ignored
Public methodGetTicket(String, String, String)
Use the C++ API to get the ticket
Public methodGetTicketFile
Use the C++ API to determine the path of the ticket file for the current connection
Public methodStatic memberGetTicketFileCredential
Use the C++ API to find an existing ticket if a file will be ignored
Public methodGetType (Inherited from Object.)
Public methodIsCommandPaused
Public methodIsConnected
Public methodStatic memberIsIgnored
Use the C++ API to determine if a file will be ignored
Public methodLogin
Run a login command on the server
Public methodLogout
Run a logout command on the server
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPauseRunCmdTimer
Public methodReconnect
Reconnect to the server in the event the connection is lost
Public methodRunCommand
Run a P4 command on the P4 Server
Public methodStatic memberSet
Set an environment setting used by the server, such as user, client, ..
Public methodSetConnectionData
The parameters used by the connection
Public methodSetDataSet
The data set for use by a command
Public methodStatic memberSetDebugLevel(String)
Set client debug level for things like "rpc=3" Output goes to stdout
Public methodStatic memberSetDebugLevel(String, String)
Set client debug level for things like "rpc=3" Output goes to specified log file
Public methodSetProtocol
Public methodSetThreadOwner
Public methodSetTicketFile
Use the C++ API to set the path of the ticket file
Public methodToString (Inherited from Object.)
Public methodStatic memberUpdate
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.
Public methodUrlHandled
Top
See Also