C# Class AzureWebFarm.Config.BackgroundWorkerModule

Inheritance: Autofac.Module
Afficher le fichier Open project: MRCollective/AzureWebFarm

Méthodes publiques

Méthode Description
BackgroundWorkerModule ( string localSitesPath, string localExecutionPath ) : Autofac

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

Method Details

BackgroundWorkerModule() public méthode

public BackgroundWorkerModule ( string localSitesPath, string localExecutionPath ) : Autofac
localSitesPath string
localExecutionPath string
Résultat Autofac

Load() protected méthode

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void