FunctionContext.FunctionDefinition Property

Definition

Gets the FunctionDefinition that describes the function being executed.

public abstract Microsoft.Azure.Functions.Worker.FunctionDefinition FunctionDefinition { get; }
member this.FunctionDefinition : Microsoft.Azure.Functions.Worker.FunctionDefinition
Public MustOverride ReadOnly Property FunctionDefinition As FunctionDefinition

Property Value

Applies to