Class PrimaryHostCoordinatorOptions
- Namespace
- Microsoft.Azure.WebJobs.Hosting
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class PrimaryHostCoordinatorOptions
- Inheritance
-
PrimaryHostCoordinatorOptions
- Inherited Members
-
Constructors
PrimaryHostCoordinatorOptions()
public PrimaryHostCoordinatorOptions()
Properties
Enabled
public bool Enabled { get; set; }
Property Value
- bool
LeaseTimeout
public TimeSpan LeaseTimeout { get; set; }
Property Value
- TimeSpan
RenewalInterval
public TimeSpan? RenewalInterval { get; set; }
Property Value
- TimeSpan?