IAutoFunctionInvocationFilter Interface
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.
Interface for filtering actions during automatic function invocation.
public interface IAutoFunctionInvocationFilter
type IAutoFunctionInvocationFilter = interface
Public Interface IAutoFunctionInvocationFilter
Methods
OnAutoFunctionInvocationAsync(AutoFunctionInvocationContext, Func<AutoFunctionInvocationContext,Task>) |
Method which is called asynchronously before automatic function invocation. |