Summary
Uses the scanner.
- Assembly
- Rocket
.Surgery .Hosting .Functions .dll - Namespace
- Rocket
.Surgery .Hosting .Functions - Containing Type
- RocketHostExtensions
Syntax
public static IRocketFunctionHostBuilder UseScanner(this IRocketFunctionHostBuilder builder, IConventionScanner scanner)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | I |
The builder. |
| scanner | IConventionScanner | The scanner. |
Return Value
| Type | Description |
|---|---|
| I |
IRocketFunctionHostBuilder. |
