Summary
Uses the rocket booster.
- Assembly
- Rocket
.Surgery .Hosting .Functions .dll - Namespace
- Rocket
.Surgery .Hosting .Functions - Containing Type
- RocketHostExtensions
Syntax
public static IWebJobsBuilder UseRocketBooster(this IWebJobsBuilder builder, object startupInstance, Func<IWebJobsBuilder, object, IRocketFunctionHostBuilder> func, Action<IRocketFunctionHostBuilder> action)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | IWebJobsBuilder | The builder. |
| startupInstance | object | The startup instance. |
| func | Func |
The function. |
| action | Action |
The action. |
Return Value
| Type | Description |
|---|---|
| IWebJobsBuilder | IWebJobsBuilder. |
