C# Class Fibrous.SchedulerExtensions

Show file Open project: chrisa23/Fibrous

Public Methods

Method Description
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

Method Details

Schedule() public static method

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
return IDisposable

Schedule() public static method

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
return IDisposable