Summary
Fors the specified application domain.
- Assembly
- Rocket
.Surgery .Hosting .Functions .dll - Namespace
- Rocket
.Surgery .Hosting .Functions - Containing Type
- RocketBooster
Syntax
public static Func<IWebJobsBuilder, object, IRocketFunctionHostBuilder> For(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<IWebJobsBuilder, System.Object, IRocketFunctionHostBuilder>. |