C# 클래스 BlueCollar.Dashboard.DeleteQueuedHandler

Implements IDashboardHandler to delete a queued job.
상속: DashboardHandlerBase
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
DeleteQueuedHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the DeleteQueuedHandler class.

보호된 메소드들

메소드 설명
PerformRequest ( System.Web.HttpContextBase context ) : byte[]

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

메소드 상세

DeleteQueuedHandler() 공개 메소드

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

PerformRequest() 보호된 메소드

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.
리턴 byte[]