IFunctionsWorkerMiddleware Interface

Definition

Represents a middleware to be used in the worker execution pipeline.

public interface IFunctionsWorkerMiddleware
type IFunctionsWorkerMiddleware = interface
Public Interface IFunctionsWorkerMiddleware

Methods

Invoke(FunctionContext, FunctionExecutionDelegate)

Invokes the middleware.

Applies to