Click or drag to resize

DeploymentAdapter Class

Grid Deployment Adapter Abstraction
Inheritance Hierarchy

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

The DeploymentAdapter type exposes the following members.

Constructors
  NameDescription
Protected methodDeploymentAdapter
Initializes a new instance of the DeploymentAdapter class
Top
Properties
  NameDescription
Public propertyGridConfiguration
Grid Configuration
Public propertyIsConnected
Is Deployment Client Connected?
Public propertyIsListening
Is Deployment Server Listening?
Public propertyIsWaiting
Is Waiting Command/Data?
Public propertyLastTransferChecksum
Last Transfer Checksum is Valid? Property
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodRequestFile
Request a File
Public methodSendFile
Send File
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 fieldremoteChecksum
Last Transfer Checksum is Valid?
Top
See Also