Table of Contents

Class AutomaticRetry

Namespace: Casewhere.Models.WorkflowMonitors
Assembly: Casewhere.Models.dll

public class AutomaticRetry

Inheritance

objectAutomaticRetry

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

int

Delay

public int Delay { get; set; }

Property Value

int

UsingExponentialBackoff

public bool UsingExponentialBackoff { get; set; }

Property Value

bool

Methods

GetDelayUsingExponentialBackoff()

public int GetDelayUsingExponentialBackoff()

Returns

int