Edit

Share via


ExponentialRandomBackoffRetryTimer Constructors

Definition

Overloads

ExponentialRandomBackoffRetryTimer(Int32)
ExponentialRandomBackoffRetryTimer(Int32, Int32)
ExponentialRandomBackoffRetryTimer(Int32, Int32, Double)

ExponentialRandomBackoffRetryTimer(Int32)

public ExponentialRandomBackoffRetryTimer (int initialWait);
new Microsoft.Hpc.ExponentialRandomBackoffRetryTimer : int -> Microsoft.Hpc.ExponentialRandomBackoffRetryTimer
Public Sub New (initialWait As Integer)

Parameters

initialWait
Int32

Applies to

ExponentialRandomBackoffRetryTimer(Int32, Int32)

public ExponentialRandomBackoffRetryTimer (int initialWait, int waitUpperBound);
new Microsoft.Hpc.ExponentialRandomBackoffRetryTimer : int * int -> Microsoft.Hpc.ExponentialRandomBackoffRetryTimer
Public Sub New (initialWait As Integer, waitUpperBound As Integer)

Parameters

initialWait
Int32
waitUpperBound
Int32

Applies to

ExponentialRandomBackoffRetryTimer(Int32, Int32, Double)

public ExponentialRandomBackoffRetryTimer (int initialWait, int waitUpperBound, double growthFactor);
new Microsoft.Hpc.ExponentialRandomBackoffRetryTimer : int * int * double -> Microsoft.Hpc.ExponentialRandomBackoffRetryTimer
Public Sub New (initialWait As Integer, waitUpperBound As Integer, growthFactor As Double)

Parameters

initialWait
Int32
waitUpperBound
Int32
growthFactor
Double

Applies to