C# Class BlueCollar.Dashboard.DeleteScheduledJobHandler

Implements IDashboardHandler to delete a scheduled job.
Inheritance: DashboardHandlerBase
Show file Open project: ChadBurggraf/blue-collar

Public Methods

Method Description
DeleteScheduledJobHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the DeleteScheduledJobHandler class.

Protected Methods

Method Description
PerformRequest ( System.Web.HttpContextBase context ) : byte[]

Performs the concrete request operation and returns the output as a byte array.

Method Details

DeleteScheduledJobHandler() public method

Initializes a new instance of the DeleteScheduledJobHandler class.
public DeleteScheduledJobHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
return System

PerformRequest() protected method

Performs the concrete request operation and returns the output as a byte array.
protected PerformRequest ( System.Web.HttpContextBase context ) : byte[]
context System.Web.HttpContextBase The HTTP context to perform the request for.
return byte[]