C# Класс Fibrous.SchedulerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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