Click or drag to resize

GridMainExample Class

This is an example of a main class to execute the grid masternode
Inheritance Hierarchy
SystemObject
  CSharpGridGridMainExample

Namespace:  CSharpGrid
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GridMainExample

The GridMainExample type exposes the following members.

Constructors
  NameDescription
Public methodGridMainExample
GridMainExample Constructor
Top
Methods
  NameDescription
Public methodStatic memberaddItem
Add Item to Queue
Public methodStatic memberaddNextTask
Send a new task to a free node
Public methodStatic memberavailableGridNodeCount
Count Grid Nodes Available
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 methodStatic membergetGridList
Get Grid Topology - List of Nodes
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic membergetPendingJobs
Get List of Pending Jobs
Public methodStatic membergetRunningJobs
Get List of Running Jobs
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 methodOnEvent
Process Grid Event
Public methodStatic memberresetGrid
Reset Grid Node Status / Cancel Jobs
Public methodStatic memberrunningGridNodeCount
Count Running Grid Nodes
Public methodStatic membersetStatusJob
Set Status of a Job
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also