FunctionInputBindingResult(Object[]) Constructor
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.
Creates a new instance of FunctionInputBindingResult
public FunctionInputBindingResult(object?[] values);
new Microsoft.Azure.Functions.Worker.Context.Features.FunctionInputBindingResult : obj[] -> Microsoft.Azure.Functions.Worker.Context.Features.FunctionInputBindingResult
Public Sub New (values As Object())
Parameters
- values
- Object[]
An array of function input values.