Info
Version: | 1.1.1 |
Author(s): | November Design & Development k.s. |
Last Update: | Friday, March 31, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ModernRonin/November.MultiDispatch |
NuGet Url: | https://www.nuget.org/packages/November.MultiDispatch |
Install
Install-Package November.MultiDispatch
dotnet add package November.MultiDispatch
paket add November.MultiDispatch
November.MultiDispatch Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
dispatcher.On<string, int>(MyHandler);
dispatcher.On<bool, int>(OtherHandler);
dispatcher.Dispatch(true, 13);
Also feature guard conditions, an alternative fluent API and a fallback handler.