Click or drag to resize

TCPCommunication Methods

The TCPCommunication type exposes the following members.

Methods
  NameDescription
Public methodAddTask
Add a Task
(Overrides CommunicationAdapterAddTask(String, TaskInfo).)
Public methodCloseConnection
Close Connection
(Overrides CommunicationAdapterCloseConnection.)
Public methodConnect
Start Connection
(Overrides CommunicationAdapterConnect(String, Int32).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDllSize
Request DLL Size
(Overrides CommunicationAdapterGetDllSize(String).)
Public methodGetDllVersion
Request DLL Version
(Overrides CommunicationAdapterGetDllVersion(String).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetManagerErrLog
Request Manager Err Log
(Overrides CommunicationAdapterGetManagerErrLog.)
Public methodGetTaskErrLog
Request Task Err Log
(Overrides CommunicationAdapterGetTaskErrLog.)
Public methodGetTaskResults
Request Task Results
(Overrides CommunicationAdapterGetTaskResults.)
Public methodGetTaskStatus
Request Task Status
(Overrides CommunicationAdapterGetTaskStatus.)
Public methodGetTaskStep
Request Current Step
(Overrides CommunicationAdapterGetTaskStep.)
Public methodGetTaskVersion
Request Task Version
(Overrides CommunicationAdapterGetTaskVersion(String, String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewClient
New Client Instance
(Overrides CommunicationAdapterNewClient.)
Protected methodOnEvent
Process Grid Events
(Inherited from CommunicationAdapter.)
Public methodReceivedCommandClientEvent
Process Received Command/Data from Client
Public methodSendHello
Send Hello Command
(Overrides CommunicationAdapterSendHello.)
Public methodStartListener
Start Listener
(Overrides CommunicationAdapterStartListener(NodeInfo).)
Public methodStopListener
Stop Listener
(Overrides CommunicationAdapterStopListener.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also