Click or drag to resize

TCPCommunication Class

TCP Communications Implementation
Inheritance Hierarchy
SystemObject
  CSharpGrid.Grid.SPICommunicationAdapter
    CSharpGrid.Grid.SPI.CommunicationTCPCommunication

Namespace:  CSharpGrid.Grid.SPI.Communication
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TCPCommunication : CommunicationAdapter

The TCPCommunication type exposes the following members.

Constructors
  NameDescription
Public methodTCPCommunication
TCPCommunication Constructor
Top
Properties
  NameDescription
Public propertyCurrentFileDll
Current TaskPackageInfo Property
(Inherited from CommunicationAdapter.)
Public propertyCurrentTask
Current TaskInfo Property
(Inherited from CommunicationAdapter.)
Public propertyGridConfiguration
Grid Configuration
(Inherited from CommunicationAdapter.)
Public propertyIsConnected
Is Communication Client Connected?
(Overrides CommunicationAdapterIsConnected.)
Public propertyIsListening
Is Communication Server Listening?
(Overrides CommunicationAdapterIsListening.)
Public propertyIsWaiting
Is Waiting Command/Data?
(Overrides CommunicationAdapterIsWaiting.)
Public propertyManagerErrLog
Manager Err Log Property
(Inherited from CommunicationAdapter.)
Public propertySessionId
Session ID Property
(Inherited from CommunicationAdapter.)
Top
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
Events
  NameDescription
Public eventGridEvent
Grid Event Handler
(Inherited from CommunicationAdapter.)
Public eventHandleCommandClientEvent
Client Command Event Handler
Top
Fields
  NameDescription
Protected fieldremoteFileDll
Current TaskPackageInfo
(Inherited from CommunicationAdapter.)
Protected fieldremoteManagerErrLog
Manager Err Log
(Inherited from CommunicationAdapter.)
Protected fieldremoteTask
Current TaskInfo
(Inherited from CommunicationAdapter.)
Protected fieldsessionId
Session ID
(Inherited from CommunicationAdapter.)
Top
See Also