IFunctionExecutor Interface

Definition

Provides a mechanism to execute function code.

public interface IFunctionExecutor
type IFunctionExecutor = interface
Public Interface IFunctionExecutor

Methods

ExecuteAsync(FunctionContext)

Asynchronously executes the function code.

Applies to