Method | Description | |
---|---|---|
QueueWait ( IEnumerable |
Initializes a new instance of the QueueWait class.
|
|
Reset ( ) : void |
Resets the wait time back to the start.
|
|
Wait ( ) : void |
Waits until the next wait time has expired
|
|
Wait ( Action |
Waits until the specified time span has been reached.
|
Method | Description | |
---|---|---|
WaitInternal ( System.TimeSpan timeToWait ) : void |
Waits for the specified amount of time
|
public QueueWait ( IEnumerable |
||
backoffTimes | IEnumerable |
The back off times. |
tokenWorkerCanceled | ICancelWork | The cancel token. |
return | System |
public Wait ( Action |
||
waitTime | Action |
The how long the wait will last. |
return | void |