C# Class Crow.Library.Host.AspNet.Handlers.CrowBusinessAsyncHandler

Inheritance: AsyncHandlerBase
Show file Open project: msusur/Crowfx

Public Methods

Method Description
CrowBusinessAsyncHandler ( BusinessInvoker handler ) : System
ProcessRequestAsync ( System.Web.HttpContextBase context ) : System.Threading.Tasks.Task

Method Details

CrowBusinessAsyncHandler() public method

public CrowBusinessAsyncHandler ( BusinessInvoker handler ) : System
handler Crow.Library.Host.Controllers.BusinessInvoker
return System

ProcessRequestAsync() public method

public ProcessRequestAsync ( System.Web.HttpContextBase context ) : System.Threading.Tasks.Task
context System.Web.HttpContextBase
return System.Threading.Tasks.Task