FluxBase / IMiddlewareContext Interface
Represents the middleware context when handling an action dispatch.
This is a public interface.
public interface IMiddlewareContext
Properties
- Action - Gets the action that is being dispatched.
Methods
- Next() - Calls the next middleware in the chain with the same action.
- Next(object) - Calls the next middleware in the chain with the given action.
See Also