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