C# Class Akka.Interfaced.NotificationDispatcher

Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Methods

Method Description
GetHandler ( Type type ) : NotificationHandlerItem
NotificationDispatcher ( NotificationHandlerItem>.Dictionary handlerTable ) : System

Private Methods

Method Description
AddHandler ( Type type, NotificationHandlerItem handler ) : void

Method Details

GetHandler() public method

public GetHandler ( Type type ) : NotificationHandlerItem
type System.Type
return NotificationHandlerItem

NotificationDispatcher() public method

public NotificationDispatcher ( NotificationHandlerItem>.Dictionary handlerTable ) : System
handlerTable NotificationHandlerItem>.Dictionary
return System