C# 클래스 FluentScheduler.DelayForExtensions

DelayFor extension methods.
파일 보기 프로젝트 열기: fluentscheduler/FluentScheduler

공개 메소드들

메소드 설명
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