C# Class Microsoft.R.Host.Broker.Startup.Startup

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, LifetimeManager lifetimeManager, InterpreterManager interpreterManager, SecurityManager securityManager ) : void
ConfigureServices ( IServiceCollection services ) : void
Startup ( IHostingEnvironment env ) : System

Method Details

Configure() public méthode

public Configure ( IApplicationBuilder app, IHostingEnvironment env, LifetimeManager lifetimeManager, InterpreterManager interpreterManager, SecurityManager securityManager ) : void
app IApplicationBuilder
env IHostingEnvironment
lifetimeManager Microsoft.R.Host.Broker.Lifetime.LifetimeManager
interpreterManager Microsoft.R.Host.Broker.Interpreters.InterpreterManager
securityManager Microsoft.R.Host.Broker.Security.SecurityManager
Résultat void

ConfigureServices() public méthode

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
Résultat void

Startup() public méthode

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
Résultat System