RegisterDelegates Method
Definition
- Assemblies
- Savvyio.Commands.dll
RegisterDelegates(IFireForgetRegistry<ICommand>)
Registers the delegates responsible for handling types that implements the ICommand interface.
protected abstract void RegisterDelegates(IFireForgetRegistry<ICommand> handlers)
Parameters
handlersIFireForgetRegistry<ICommand>The registry that store the delegates of type ICommand.