IFunctionExecutor.ExecuteAsync(FunctionContext) 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.
Asynchronously executes the function code.
public System.Threading.Tasks.ValueTask ExecuteAsync(Microsoft.Azure.Functions.Worker.FunctionContext context);
abstract member ExecuteAsync : Microsoft.Azure.Functions.Worker.FunctionContext -> System.Threading.Tasks.ValueTask
Public Function ExecuteAsync (context As FunctionContext) As ValueTask
Parameters
- context
- FunctionContext
The FunctionContext instance.
Returns
A ValueTask representing the completion of the operation.