C# Класс FluentScheduler.DelayForExtensions

DelayFor extension methods.
Показать файл Открыть проект

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

Метод Описание
DelayFor ( this unit, int interval ) : DelayTimeUnit

Delays the job for the given interval.

Приватные методы

Метод Описание
DelayFor ( Schedule schedule, int interval ) : DelayTimeUnit

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

DelayFor() публичный статический Метод

Delays the job for the given interval.
public static DelayFor ( this unit, int interval ) : DelayTimeUnit
unit this The schedule being affected.
interval int Interval to wait.
Результат DelayTimeUnit