C# Class Rebus.Workers.ThreadPoolBased.DefaultSyncBackoffStrategy

Inheritance: ISyncBackoffStrategy
Datei anzeigen Open project: rebus-org/Rebus Class Usage Examples

Public Methods

Method Description
DefaultSyncBackoffStrategy ( IEnumerable backoffTimes ) : System

Constructs the backoff strategy with the given waiting times

Reset ( ) : void
Wait ( ) : void
WaitError ( ) : void
WaitNoMessage ( ) : void

Private Methods

Method Description
InnerWait ( ) : void

Method Details

DefaultSyncBackoffStrategy() public method

Constructs the backoff strategy with the given waiting times
public DefaultSyncBackoffStrategy ( IEnumerable backoffTimes ) : System
backoffTimes IEnumerable
return System

Reset() public method

public Reset ( ) : void
return void

Wait() public method

public Wait ( ) : void
return void

WaitError() public method

public WaitError ( ) : void
return void

WaitNoMessage() public method

public WaitNoMessage ( ) : void
return void