Class ExecutionContext
- Namespace
- Microsoft.Azure.WebJobs
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class ExecutionContext
- Inheritance
-
ExecutionContext
- Inherited Members
-
Constructors
ExecutionContext()
public ExecutionContext()
Properties
FunctionAppDirectory
public string FunctionAppDirectory { get; set; }
Property Value
- string
FunctionDirectory
public string FunctionDirectory { get; set; }
Property Value
- string
FunctionName
public string FunctionName { get; set; }
Property Value
- string
InvocationId
public Guid InvocationId { get; set; }
Property Value
- Guid
RetryContext
public RetryContext RetryContext { get; set; }
Property Value
- RetryContext