C# Class BusinessLogic.Events.HandlerFactory.BusinessLogicEventsHandlerFactory

Inheritance: HandlerFactory, IHandlerFactory
Datei anzeigen Open project: NemeStats/NemeStats Class Usage Examples

Public Methods

Method Description
BusinessLogicEventsHandlerFactory ( HandlerFactoryConfiguration factoryConfiguration ) : System
GetHandlers ( Type messageType ) : IList

Method Details

BusinessLogicEventsHandlerFactory() public method

public BusinessLogicEventsHandlerFactory ( HandlerFactoryConfiguration factoryConfiguration ) : System
factoryConfiguration HandlerFactoryConfiguration
return System

GetHandlers() public method

public GetHandlers ( Type messageType ) : IList
messageType System.Type
return IList