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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.