Summary
Uses the application domain.
- Assembly
- Rocket
.Surgery .Hosting .Functions .dll - Namespace
- Rocket
.Surgery .Hosting .Functions - Containing Type
- RocketHostExtensions
Syntax
public static IRocketFunctionHostBuilder UseAppDomain(this IRocketFunctionHostBuilder builder, AppDomain appDomain, DiagnosticSource diagnosticSource = null)
Parameters
Name | Type | Description |
---|---|---|
builder | I |
The builder. |
appDomain | AppDomain | The application domain. |
diagnosticSource | DiagnosticSource | The diagnostic source. |
Return Value
Type | Description |
---|---|
I |
IRocketFunctionHostBuilder. |