C# Class HelloAsyncListeners.TinyIocHandlerFactory

Inheritance: IAmAnAsyncHandlerFactory
Show file Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method Description
Release ( IHandleRequestsAsync handler ) : void
TinyIocHandlerFactory ( TinyIoCContainer container ) : System

Private Methods

Method Description
IAmAHandlerFactoryAsync ( Type handlerType ) : IHandleRequestsAsync

Method Details

Release() public method

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

TinyIocHandlerFactory() public method

public TinyIocHandlerFactory ( TinyIoCContainer container ) : System
container TinyIoCContainer
return System