The P4Server type exposes the following members.

Methods

  Name Description
Public method CancelCommand
Cancel a running command
Public method Close
Close the connection to a P4 Server
Public method Static member ConnectionInfoFromPath
Public method ContinueRunCmdTimer
Public method Disconnect
Public method Dispose()()()()
For IDispose
Public method Dispose(Boolean)
Public method EchoCommand(String)
Broadcast a string on the CommandEcho event
Public method EchoCommand(String, StringList)
Broadcast a the command line (cmd and args) on the CommandEcho event
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Finalizer
(Overrides Object..::..Finalize()()()().)
Public method Static member Get
Get an environment setting used by the server, such as user, client, ..
Public method GetBinaryResults
Get the complete binary results for the last command
Public method getCmdId
Public method Static member GetConfig
The config file that will be used by a given directory
Public method GetDataSet
Public method GetErrorResults
Get a list of errors (if any) generated by a command
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetInfoResults
Get the information messages generated by the previous command
Public method GetTaggedOutput
Get the tagged output generated by a command
Public method GetTextResults
Get the complete text results for the last command
Public method Static member GetTicket
Use the C++ API to find an existing ticket if a file will be ignored
Public method Static member GetTicketFile
Use the C++ API to determine the path of the ticket file
Public method Static member GetTicketFileCredential
Use the C++ API to find an existing ticket if a file will be ignored
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsCommandPaused
Public method IsConnected
Public method Static member IsIgnored
Use the C++ API to determine if a file will be ignored
Public method Login
Run a login command on the server
Public method Logout
Run a logout command on the server
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method PauseRunCmdTimer
Public method Reconnect
Reconnect to the server in the event the connection is lost
Public method RunCommand
Run a P4 command on the P4 Server
Public method Static member Set
Set an environment setting used by the server, such as user, client, ..
Public method SetConnectionData
The parameters used by the connection
Public method SetDataSet
The data set for use by a command
Public method SetThreadOwner
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method Static member 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.

See Also