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
|
public static Schedule ( this scheduler, System.Action action, System.DateTime when ) : IDisposable | ||
scheduler | this | |
action | System.Action | |
when | System.DateTime | |
return | IDisposable |
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 |