C# Класс LinqToDelicious.Delayer

Наследование: IDelayer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Delay() публичный Метод

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.
Результат object

Delayer() публичный Метод

Creates a new Delayer.
public Delayer ( int delay ) : System
delay int
Результат System