CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Ninject.Azure.WebJobs.CqrsNinjectJobHost< TAuthenticationToken, TAuthenticationTokenHelper > Class Template Reference

Execute command and event handlers in an Azure WebJob using Ninject More...

+ Inheritance diagram for Cqrs.Ninject.Azure.WebJobs.CqrsNinjectJobHost< TAuthenticationToken, TAuthenticationTokenHelper >:

Static Protected Member Functions

static void StartHost ()
 

Properties

static CoreHost< TAuthenticationToken > CoreHost [get, set]
 The CoreHost to run, WebJobs are console apps and console apps start via a static method, this is the instance that static method will actually run. More...
 
static Action PreRunAndBlockAction [get, set]
 

Detailed Description

Execute command and event handlers in an Azure WebJob using Ninject

Type Constraints
TAuthenticationTokenHelper :class 
TAuthenticationTokenHelper :IAuthenticationTokenHelper<TAuthenticationToken>