C# Class HelloWorldAsync.Program.SimpleHandlerFactoryAsync

Inheritance: IAmAHandlerFactoryAsync
Show file Open project: iancooper/Paramore

Public Methods

Method Description
Release ( IHandleRequestsAsync handler ) : void

Private Methods

Method Description
IAmAHandlerFactoryAsync ( Type handlerType ) : IHandleRequestsAsync

Method Details

Release() public method

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