[This is preliminary documentation and is subject to change.]

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 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 GetBinaryResults
Get the complete binary results for the last command
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 GetType
Gets the Type of the current instance.
(Inherited from Object.)
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 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 SetConnectionData
The parameters used by the connection
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also