Table of Contents

Interface IFunctionInvoker

Namespace
Microsoft.Azure.WebJobs.Host.Executors
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IFunctionInvoker

Properties

ParameterNames

IReadOnlyList<string> ParameterNames { get; }

Property Value

IReadOnlyList<string>

Methods

CreateInstance()

object CreateInstance()

Returns

object

InvokeAsync(object, object[])

Task<object> InvokeAsync(object instance, object[] arguments)

Parameters

instance object
arguments object[]

Returns

Task<object>