Condividi tramite


IFunctionActivator Interface

Definition

Defines a service that will be used to create function class instances.

public interface IFunctionActivator
type IFunctionActivator = interface
Public Interface IFunctionActivator

Methods

CreateInstance(Type, FunctionContext)

Creates an instance of the provided type to be used as the target of the invocation.

Extension Methods

CreateInstance<T>(IFunctionActivator, FunctionContext)

Creates an instance of the specified generic type argument, T, to be used as the target of the invocation.

Applies to