IFunctionsWorkerMiddleware.Invoke Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the middleware.
public System.Threading.Tasks.Task Invoke (Microsoft.Azure.Functions.Worker.FunctionContext context, Microsoft.Azure.Functions.Worker.Middleware.FunctionExecutionDelegate next);
abstract member Invoke : Microsoft.Azure.Functions.Worker.FunctionContext * Microsoft.Azure.Functions.Worker.Middleware.FunctionExecutionDelegate -> System.Threading.Tasks.Task
Public Function Invoke (context As FunctionContext, next As FunctionExecutionDelegate) As Task
Parameters
- context
- FunctionContext
The FunctionContext for the current invocation.
The next middleware in the pipeline.
Returns
A Task that represents the asynchronous invocation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET