Summary
Uses the assembly candidate finder.
- Assembly
- Rocket
.Surgery .Hosting .Functions .dll - Namespace
- Rocket
.Surgery .Hosting .Functions - Containing Type
- RocketHostExtensions
Syntax
public static IRocketFunctionHostBuilder UseAssemblyCandidateFinder(this IRocketFunctionHostBuilder builder, IAssemblyCandidateFinder assemblyCandidateFinder)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | I |
The builder. |
| assemblyCandidateFinder | I |
The assembly candidate finder. |
Return Value
| Type | Description |
|---|---|
| I |
IRocketFunctionHostBuilder. |
