C# Class Akka.Interfaced.RequestDispatcher

Afficher le fichier Open project: SaladLab/Akka.Interfaced Class Usage Examples

Méthodes publiques

Méthode Description
GetHandler ( Type type ) : RequestHandlerItem
RequestDispatcher ( RequestHandlerItem>.Dictionary handlerTable ) : System

Private Methods

Méthode Description
AddHandler ( Type type, RequestHandlerItem handler ) : void

Method Details

GetHandler() public méthode

public GetHandler ( Type type ) : RequestHandlerItem
type System.Type
Résultat RequestHandlerItem

RequestDispatcher() public méthode

public RequestDispatcher ( RequestHandlerItem>.Dictionary handlerTable ) : System
handlerTable RequestHandlerItem>.Dictionary
Résultat System