Summary
Fors the dependency context.
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Containing Type
- RocketBooster
Syntax
public static Func<IHostBuilder, IRocketHostBuilder> ForDependencyContext(DependencyContext dependencyContext, DiagnosticSource diagnosticSource = null)
Parameters
Name | Type | Description |
---|---|---|
dependencyContext | DependencyContext | The dependency context. |
diagnosticSource | DiagnosticSource | The diagnostic source. |
Return Value
Type | Description |
---|---|
Func |
Func<IHostBuilder, IRocketHostBuilder>. |