EnableDispatcherDiscovery Method
Definition
EnableDispatcherDiscovery(bool)
Enables discovery of dispatchers implementing the IDispatcher interface using assembly scanning.
public SavvyioOptions EnableDispatcherDiscovery(bool allowDispatcherDiscovery = true)
Parameters
allowDispatcherDiscoverybooltrueif dispatchers implementing the IDispatcher interface are allowed to be discovered using assembly scanning; otherwise,false.
Returns
- SavvyioOptions
A reference to this instance so that additional configuration calls can be chained.