C# Class LinqToDelicious.Delayer

Inheritance: IDelayer
Afficher le fichier Open project: maravillas/linq-to-delicious Class Usage Examples

Méthodes publiques

Méthode Description
Delay ( Callback callback ) : object

Suspends the current thread by the previously specified length of time, and executes the specified callback when finished.

Delayer ( int delay ) : System

Creates a new Delayer.

Method Details

Delay() public méthode

Suspends the current thread by the previously specified length of time, and executes the specified callback when finished.
public Delay ( Callback callback ) : object
callback Callback The Callback to be executed when the delay is complete.
Résultat object

Delayer() public méthode

Creates a new Delayer.
public Delayer ( int delay ) : System
delay int
Résultat System