Dela via


FunctionExecutionDelegate Delegate

Definition

A delegate that can process an event.

public delegate System.Threading.Tasks.Task FunctionExecutionDelegate(FunctionContext context);
type FunctionExecutionDelegate = delegate of FunctionContext -> Task
Public Delegate Function FunctionExecutionDelegate(context As FunctionContext) As Task 

Parameters

context
FunctionContext

The context for the event invocation.

Return Value

A Task that represents the invocation process.

Applies to