Edit

Share via


BoundedBackoffRetryTimer(Int32, Int32) Constructor

Definition

protected BoundedBackoffRetryTimer (int initialWait, int waitUpperBound);
new Microsoft.Hpc.BoundedBackoffRetryTimer : int * int -> Microsoft.Hpc.BoundedBackoffRetryTimer
Protected Sub New (initialWait As Integer, waitUpperBound As Integer)

Parameters

initialWait
Int32
waitUpperBound
Int32

Applies to