Class FunctionInstanceFactoryContext
- Namespace
- Microsoft.Azure.WebJobs.Host.Executors
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class FunctionInstanceFactoryContext
- Inheritance
-
FunctionInstanceFactoryContext
- Inherited Members
-
Constructors
FunctionInstanceFactoryContext()
public FunctionInstanceFactoryContext()
Properties
ExecutionReason
public ExecutionReason ExecutionReason { get; set; }
Property Value
- ExecutionReason
Id
public Guid Id { get; set; }
Property Value
- Guid
InvokeHandler
public Func<Func<Task<object>>, Task<object>> InvokeHandler { get; set; }
Property Value
- Func<Func<Task<object>>, Task<object>>
Parameters
public IDictionary<string, object> Parameters { get; set; }
Property Value
- IDictionary<string, object>
ParentId
public Guid? ParentId { get; set; }
Property Value
- Guid?
TriggerDetails
public IDictionary<string, string> TriggerDetails { get; set; }
Property Value
- IDictionary<string, string>