C# 클래스 Fibrous.SchedulerExtensions

파일 보기 프로젝트 열기: chrisa23/Fibrous

공개 메소드들

메소드 설명
Schedule ( this scheduler, System.Action action, System.DateTime when ) : IDisposable

Schedule an action at a DateTime

Schedule ( this scheduler, System.Action action, System.DateTime when, System.TimeSpan interval ) : IDisposable

Schedule an action at a DateTime with an interval

메소드 상세

Schedule() 공개 정적인 메소드

Schedule an action at a DateTime
public static Schedule ( this scheduler, System.Action action, System.DateTime when ) : IDisposable
scheduler this
action System.Action
when System.DateTime
리턴 IDisposable

Schedule() 공개 정적인 메소드

Schedule an action at a DateTime with an interval
public static Schedule ( this scheduler, System.Action action, System.DateTime when, System.TimeSpan interval ) : IDisposable
scheduler this
action System.Action
when System.DateTime
interval System.TimeSpan
리턴 IDisposable