C# Class Spring.Retry.Retry.Backoff.NoBackOffPolicy

Implementation of IBackOffPolicy that performs a no-op and as such all retry operation in a given set proceed one after the other with no pause.
Inheritance: StatelessBackOffPolicy
ファイルを表示 Open project: spring-projects/spring-net-retry

Protected Methods

Method Description
DoBackOff ( ) : void

The do back off.

Method Details

DoBackOff() protected method

The do back off.
protected DoBackOff ( ) : void
return void