Class AutomaticRetry
Namespace: Casewhere.Models.WorkflowMonitors
Assembly: Casewhere.Models.dll
public class AutomaticRetry
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<AutomaticRetry>(AutomaticRetry)
Constructors
AutomaticRetry()
public AutomaticRetry()
Properties
Attempts
public int Attempts { get; set; }
Property Value
Delay
public int Delay { get; set; }
Property Value
UsingExponentialBackoff
public bool UsingExponentialBackoff { get; set; }
Property Value
Methods
GetDelayUsingExponentialBackoff()
public int GetDelayUsingExponentialBackoff()