C# Class HelloWorld.Program.SimpleHandlerFactory

Inheritance: IAmAHandlerFactory
Show file Open project: iancooper/Paramore

Public Methods

Method Description
Create ( Type handlerType ) : IHandleRequests
Release ( IHandleRequests handler ) : void

Method Details

Create() public method

public Create ( Type handlerType ) : IHandleRequests
handlerType System.Type
return IHandleRequests

Release() public method

public Release ( IHandleRequests handler ) : void
handler IHandleRequests
return void