EcsBuilderUseMiddlewareExtensionsUseMiddleware Method |
Name | Description | |
---|---|---|
UseMiddleware(IEcsBuilder, String, FuncEventContext, FuncObject, Object) |
Adds a middleware to the handler of the event with the specified name.
| |
UseMiddlewareTMiddleware(IEcsBuilder, String, Object) |
Adds a middleware of the specified type TMiddleware to the handler of the event with the
specified name.
| |
UseMiddleware(IEcsBuilder, String, Type, Object) |
Adds a middleware of the specified type middleware to the handler of the event with the specified
name.
|