RocketHostExtensions.

UseAssemblyCandidateFinder(IRocketFunctionHostBuilder, IAssemblyCandidateFinder) Method

Summary

Uses the assembly candidate finder.

Syntax

public static IRocketFunctionHostBuilder UseAssemblyCandidateFinder(this IRocketFunctionHostBuilder builder, IAssemblyCandidateFinder assemblyCandidateFinder)

Parameters

Name Type Description
builder IRocketFunctionHostBuilder The builder.
assemblyCandidateFinder IAssemblyCandidateFinder The assembly candidate finder.

Return Value

Type Description
IRocketFunctionHostBuilder IRocketFunctionHostBuilder.