KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Web.Startup Class Reference

The web hosting startup class. More...

Public Member Functions

void Configure (IApplicationBuilder appBuilder, IHostingEnvironment env, ILoggerFactory loggerFactory)
 The application configuration More...
 
IServiceProvider ConfigureServices (IServiceCollection services)
 The services configuration More...
 

Static Public Member Functions

static void Reset ()
 Resets current initialization status. More...
 

Detailed Description

The web hosting startup class.

Definition at line 39 of file Startup.cs.

Member Function Documentation

◆ Configure()

void KlusterKite.Web.Startup.Configure ( IApplicationBuilder  appBuilder,
IHostingEnvironment  env,
ILoggerFactory  loggerFactory 
)

The application configuration

Parameters
appBuilderThe builder
envThe env.
loggerFactoryThe logger Factory.

Definition at line 106 of file Startup.cs.

◆ ConfigureServices()

IServiceProvider KlusterKite.Web.Startup.ConfigureServices ( IServiceCollection  services)

The services configuration

Parameters
servicesThe list of services
Returns
Service provider

Definition at line 137 of file Startup.cs.

◆ Reset()

static void KlusterKite.Web.Startup.Reset ( )
static

Resets current initialization status.

Definition at line 85 of file Startup.cs.


The documentation for this class was generated from the following file: