Click or drag to resize

CommunicationAdapter Class

Grid Communication Adapter
Inheritance Hierarchy

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

The CommunicationAdapter type exposes the following members.

Constructors
  NameDescription
Protected methodCommunicationAdapter
Initializes a new instance of the CommunicationAdapter class
Top
Properties
  NameDescription
Public propertyCurrentFileDll
Current TaskPackageInfo Property
Public propertyCurrentTask
Current TaskInfo Property
Public propertyGridConfiguration
Grid Configuration
Public propertyIsConnected
Is Communication Client Connected?
Public propertyIsListening
Is Communication Server Listening?
Public propertyIsWaiting
Is Waiting Command/Data?
Public propertyManagerErrLog
Manager Err Log Property
Public propertySessionId
Session ID Property
Top
Methods
  NameDescription
Public methodAddTask
Add a Task
Public methodCloseConnection
Close Connection
Public methodConnect
Start Connection
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
Public methodGetDllVersion
Request DLL Version
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetManagerErrLog
Request Manager Err Log
Public methodGetTaskErrLog
Request Task Err Log
Public methodGetTaskResults
Request Task Results
Public methodGetTaskStatus
Request Task Status
Public methodGetTaskStep
Request Current Step
Public methodGetTaskVersion
Request Task Version
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
Protected methodOnEvent
Process Grid Events
Public methodSendHello
Send Hello Command
Public methodStartListener
Start Listener
Public methodStopListener
Stop Listener
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventGridEvent
Grid Event Handler
Top
Fields
  NameDescription
Protected fieldremoteFileDll
Current TaskPackageInfo
Protected fieldremoteManagerErrLog
Manager Err Log
Protected fieldremoteTask
Current TaskInfo
Protected fieldsessionId
Session ID
Top
See Also