C# Class HelloWorld.Program.SimpleHandlerFactory

Inheritance: IAmAHandlerFactory
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode Description
Create ( Type handlerType ) : IHandleRequests
Release ( IHandleRequests handler ) : void

Method Details

Create() public méthode

public Create ( Type handlerType ) : IHandleRequests
handlerType System.Type
Résultat IHandleRequests

Release() public méthode

public Release ( IHandleRequests handler ) : void
handler IHandleRequests
Résultat void