View on GitHub
View on GitHub
FluxBase
Provides core types and functionality to implement applications using Flux architecture with .NET.
FluxBase
/
IMiddleware
/ Handle(IMiddlewareContext) Method
Handles a currently executing dispatch.
void
Handle
(
IMiddlewareContext
context
)
Parameters
context
IMiddlewareContext
The context of the current dispatch.
See Also
FluxBase
IMiddleware