C# Class Spring.Retry.Retry.Backoff.ObjectWaitSleeper

Simple ISleeper implementation that just waits on a local Object.
Inheritance: ISleeper
Afficher le fichier Open project: spring-projects/spring-net-retry

Méthodes publiques

Méthode Description
Sleep ( long backOffPeriod ) : void

The sleep.

Method Details

Sleep() public méthode

The sleep.
public Sleep ( long backOffPeriod ) : void
backOffPeriod long The back off period.
Résultat void