C# Class Hangfire.Raven.Examples.AspNetCore.Startup

Mostrar archivo Open project: cady-io/hangfire-ravendb

Public Properties

Property Type Description
x int

Public Methods

Method Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void
Startup ( IHostingEnvironment env ) : System

Private Methods

Method Description
Test ( ) : void

Method Details

Configure() public method

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
return void

ConfigureServices() public method

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
return void

Startup() public method

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
return System

Property Details

x public_oe static_oe property

public static int x
return int