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

Inheritance: AsyncHandlerBase
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

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

Method Details

CrowBusinessAsyncHandler() public méthode

public CrowBusinessAsyncHandler ( BusinessInvoker handler ) : System
handler Crow.Library.Host.Controllers.BusinessInvoker
Résultat System

ProcessRequestAsync() public méthode

public ProcessRequestAsync ( System.Web.HttpContextBase context ) : System.Threading.Tasks.Task
context System.Web.HttpContextBase
Résultat System.Threading.Tasks.Task