Class SingletonOptions
- Namespace
- Microsoft.Azure.WebJobs.Host
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public sealed class SingletonOptions : IOptionsFormatter
- Inheritance
-
SingletonOptions
- Implements
-
- Inherited Members
-
Constructors
SingletonOptions()
public SingletonOptions()
Properties
ListenerLockPeriod
public TimeSpan ListenerLockPeriod { get; set; }
Property Value
- TimeSpan
ListenerLockRecoveryPollingInterval
public TimeSpan ListenerLockRecoveryPollingInterval { get; set; }
Property Value
- TimeSpan
LockAcquisitionPollingInterval
public TimeSpan LockAcquisitionPollingInterval { get; set; }
Property Value
- TimeSpan
LockAcquisitionTimeout
public TimeSpan LockAcquisitionTimeout { get; set; }
Property Value
- TimeSpan
LockPeriod
public TimeSpan LockPeriod { get; set; }
Property Value
- TimeSpan
Methods
Returns
- string