Overload | Description |
---|---|
Start(TimeSpan,Action) | Enqueues a task to be performed at some time in the future |
Start(TimeSpan,Action,Action<Exception>) | Enqueues a task to be performed at some time in the future |
Start<T1>(TimeSpan,Action<T1>,T1) | Enqueues a task to be performed at some time in the future |
Start<T1>(TimeSpan,Action<T1>,T1,Action<Exception>) | Enqueues a task to be performed at some time in the future |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7