C# Class FluentScheduler.DelayForExtensions

DelayFor extension methods.
Show file Open project: fluentscheduler/FluentScheduler

Public Methods

Method Description
DelayFor ( this unit, int interval ) : DelayTimeUnit

Delays the job for the given interval.

Private Methods

Method Description
DelayFor ( Schedule schedule, int interval ) : DelayTimeUnit

Method Details

DelayFor() public static method

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.
return DelayTimeUnit