Table of Contents

Class MethodInvokerFactory

Namespace
Microsoft.Azure.WebJobs.Host.Executors
Assembly
Microsoft.Azure.WebJobs.Host.dll
public static class MethodInvokerFactory
Inheritance
MethodInvokerFactory
Inherited Members

Methods

Create<TReflected, TReturnValue>(MethodInfo)

public static IMethodInvoker<TReflected, TReturnValue> Create<TReflected, TReturnValue>(MethodInfo method)

Parameters

method MethodInfo

Returns

IMethodInvoker<TReflected, TReturnValue>

Type Parameters

TReflected
TReturnValue