View on GitHub
View on GitHub
FluxBase
Provides core types and functionality to implement applications using Flux architecture with .NET.
FluxBase
/
IDispatcher
/ Dispatch(object) Method
Dispatches an action to all subscribed callbacks.
void
Dispatch
(
object
action
)
Parameters
action
object
The action to dispatch.
Exceptions
InvalidOperationException
- Thrown when the dispatcher is already dispatching an action.
See Also
FluxBase
IDispatcher