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