C# Class OpenStory.Services.Wcf.WcfBootstrapper

It's a bootstrapper. Yeah.
Inheritance: OpenStory.Services.Contracts.BootstrapperBase, IDisposable
Afficher le fichier Open project: shoftee/OpenStory

Méthodes publiques

Méthode Description
Dispose ( ) : void
WcfBootstrapper ( IEnumerable configurations, IResolutionRoot resolutionRoot, ILogger logger ) : System

Initializes it all.

Méthodes protégées

Méthode Description
OnStarting ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnStarting() protected méthode

protected OnStarting ( ) : void
Résultat void

WcfBootstrapper() public méthode

Initializes it all.
public WcfBootstrapper ( IEnumerable configurations, IResolutionRoot resolutionRoot, ILogger logger ) : System
configurations IEnumerable
resolutionRoot IResolutionRoot
logger ILogger
Résultat System