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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET