C# Class Akka.Interfaced.RequestDispatcher

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

Public Methods

Method Description
GetHandler ( Type type ) : RequestHandlerItem
RequestDispatcher ( RequestHandlerItem>.Dictionary handlerTable ) : System

Private Methods

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

Method Details

GetHandler() public method

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

RequestDispatcher() public method

public RequestDispatcher ( RequestHandlerItem>.Dictionary handlerTable ) : System
handlerTable RequestHandlerItem>.Dictionary
return System