C# Class Ninject.Extensions.AppccelerateEventBroker.EventBrokerModule

Module for the event broker extension.
Inheritance: Ninject.Modules.NinjectModule
Afficher le fichier Open project: ninject/Ninject.Extensions.AppccelerateEventBroker

Méthodes publiques

Méthode Description
Load ( ) : void

Loads the module into the kernel.

VerifyRequiredModulesAreLoaded ( ) : void

Called after loading the modules. A module can verify here if all other required modules are loaded.

Method Details

Load() public méthode

Loads the module into the kernel.
public Load ( ) : void
Résultat void

VerifyRequiredModulesAreLoaded() public méthode

Called after loading the modules. A module can verify here if all other required modules are loaded.
public VerifyRequiredModulesAreLoaded ( ) : void
Résultat void