C# Class AzureWebFarm.Config.BackgroundWorkerModule

Inheritance: Autofac.Module
Datei anzeigen Open project: MRCollective/AzureWebFarm

Public Methods

Method Description
BackgroundWorkerModule ( string localSitesPath, string localExecutionPath ) : Autofac

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

Method Details

BackgroundWorkerModule() public method

public BackgroundWorkerModule ( string localSitesPath, string localExecutionPath ) : Autofac
localSitesPath string
localExecutionPath string
return Autofac

Load() protected method

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void