Edit

Share via


LinearBackoffRetryTimer Constructors

Definition

Overloads

LinearBackoffRetryTimer(Int32)
LinearBackoffRetryTimer(Int32, Int32)
LinearBackoffRetryTimer(Int32, Int32, Int32)

LinearBackoffRetryTimer(Int32)

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

Parameters

initialWait
Int32

Applies to

LinearBackoffRetryTimer(Int32, Int32)

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

Parameters

initialWait
Int32
waitUpperBound
Int32

Applies to

LinearBackoffRetryTimer(Int32, Int32, Int32)

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

Parameters

initialWait
Int32
waitUpperBound
Int32
increment
Int32

Applies to