Summary
Fors the dependency context.
Syntax
public static Func<IWebJobsBuilder, object, IRocketFunctionHostBuilder> ForDependencyContext(DependencyContext dependencyContext, DiagnosticSource diagnosticSource = null)
Parameters
| Name |
Type |
Description |
| dependencyContext |
DependencyContext |
The dependency context. |
| diagnosticSource |
DiagnosticSource |
The diagnostic source. |
Return Value
| Type |
Description |
| Func<IWebJobsBuilder, object, IRocketFunctionHostBuilder> |
Func<IWebJobsBuilder, System.Object, IRocketFunctionHostBuilder>. |