An asp.net control that can be used to control the workers (tasks table, status table, starting and stopping them...)

Namespace:  Cloudster.Helpers
Assembly:  Cloudster.Helpers (in Cloudster.Helpers.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class TasksController : WebControl
Visual Basic (Declaration)
Public Class TasksController _
	Inherits WebControl
Visual C++
public ref class TasksController : public WebControl

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      Cloudster.Helpers..::.TasksController

See Also