Méthode | Description | |
---|---|---|
Add ( IHandleRequests instance ) : void | ||
Add ( IHandleRequestsAsync instance ) : void | ||
Dispose ( ) : void | ||
LifetimeScope ( IAmAHandlerFactory handlerFactory ) : System | ||
LifetimeScope ( IAmAHandlerFactory handlerFactory, IAmAHandlerFactoryAsync asyncHandlerFactory ) : System | ||
LifetimeScope ( IAmAHandlerFactoryAsync asyncHandlerFactory ) : System |
public Add ( IHandleRequests instance ) : void | ||
instance | IHandleRequests | |
Résultat | void |
public Add ( IHandleRequestsAsync instance ) : void | ||
instance | IHandleRequestsAsync | |
Résultat | void |
public LifetimeScope ( IAmAHandlerFactory handlerFactory ) : System | ||
handlerFactory | IAmAHandlerFactory | |
Résultat | System |
public LifetimeScope ( IAmAHandlerFactory handlerFactory, IAmAHandlerFactoryAsync asyncHandlerFactory ) : System | ||
handlerFactory | IAmAHandlerFactory | |
asyncHandlerFactory | IAmAHandlerFactoryAsync | |
Résultat | System |
public LifetimeScope ( IAmAHandlerFactoryAsync asyncHandlerFactory ) : System | ||
asyncHandlerFactory | IAmAHandlerFactoryAsync | |
Résultat | System |