Table of Contents

Interface IFunctionInstance

Namespace
Microsoft.Azure.WebJobs.Host.Executors
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IFunctionInstance
Extension Methods

Properties

BindingSource

IBindingSource BindingSource { get; }

Property Value

IBindingSource

FunctionDescriptor

FunctionDescriptor FunctionDescriptor { get; }

Property Value

FunctionDescriptor

Id

Guid Id { get; }

Property Value

Guid

Invoker

IFunctionInvoker Invoker { get; }

Property Value

IFunctionInvoker

ParentId

Guid? ParentId { get; }

Property Value

Guid?

Reason

ExecutionReason Reason { get; }

Property Value

ExecutionReason

TriggerDetails

IDictionary<string, string> TriggerDetails { get; }

Property Value

IDictionary<string, string>