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