![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Execute command and event handlers in an Azure WebJob using Ninject More...
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] |
An Action to run just before JobHost.RunAndBlock. More... | |