Represents a dispatcher, responsible for dispatching actions to subscribers (stores). Follows the publish-subscribe pattern.
Base type: object. Implemented interfaces: IDispatcher.
This is a public class.
public class Dispatcher