DispatchQueueExtensionsDispatchAfter Method |
| Name | Description | |
|---|---|---|
| DispatchAfter(IDispatchQueue, Action, TimeSpan) |
Schedules the given Action after waiting
the given amount of time
| |
| DispatchAfterTResult(IDispatchQueue, FuncTResult, TimeSpan) |
Schedules the given FuncTResult after waiting
the given amount of time
|