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