C# Class Pipes.HandlerFacility

Inheritance: IHandlerFacility
Afficher le fichier Open project: zeitgarden/Pipes

Méthodes publiques

Méthode Description
HandlerFacility ( IContainerFacility containerFacility ) : System
Register ( Type messageType, ObjectDef def ) : void

Method Details

HandlerFacility() public méthode

public HandlerFacility ( IContainerFacility containerFacility ) : System
containerFacility IContainerFacility
Résultat System

Register() public méthode

public Register ( Type messageType, ObjectDef def ) : void
messageType System.Type
def ObjectDef
Résultat void