Update startup.md (#2642)
Add `IApplicationLifetime` to the list of services that may be requested by the `Configure` methodpull/2649/head
parent
6ee7b28677
commit
0e63c8b646
|
@ -62,7 +62,7 @@ Looking at each method in the `Startup` class in the order in which they are cal
|
|||
|
||||
* In the constructor: `IHostingEnvironment`, `ILoggerFactory`
|
||||
* In the `ConfigureServices` method: `IServiceCollection`
|
||||
* In the `Configure` method: `IApplicationBuilder`, `IHostingEnvironment`, `ILoggerFactory`
|
||||
* In the `Configure` method: `IApplicationBuilder`, `IHostingEnvironment`, `ILoggerFactory`, `IApplicationLifetime`
|
||||
|
||||
## Additional Resources
|
||||
|
||||
|
|
Loading…
Reference in New Issue