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