Class RetryContext
- Namespace
- Microsoft.Azure.WebJobs.Host
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class RetryContext
- Inheritance
-
RetryContext
- Inherited Members
-
Constructors
RetryContext()
Properties
Exception
public Exception Exception { get; set; }
Property Value
- Exception
Instance
public IFunctionInstance Instance { get; set; }
Property Value
- IFunctionInstance
MaxRetryCount
public int MaxRetryCount { get; set; }
Property Value
- int
RetryCount
public int RetryCount { get; set; }
Property Value
- int
State
public IDictionary<string, object> State { get; }
Property Value
- IDictionary<string, object>