Dispatcher Class
Definition
- Namespace
- Savvyio.Dispatchers
- Assemblies
- Savvyio.Core.dll
Represents the base class from which all implementations of the dispatcher concept should derive. This is an abstract class.
public abstract class Dispatcher : IDispatcher
- Inheritance
-
Dispatcher
- Implements
- Derived
Constructors
| Name | Description |
|---|---|
| Dispatcher(IServiceLocator) | Initializes a new instance of the Dispatcher class. |
Properties
| Name | Description |
|---|---|
| ServiceFactory | Gets the function delegate that creates the services. |