[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| CallPeriodic(Work, Int32, Int32) | Executes a parameterless method at regular intervals on a
ThreadPool thread. | |
| CallPeriodic<(Of <<'(T>)>>)(Work<(Of <<'(T>)>>), T, Int32, Int32) | Executes a one parameter method at regular intervals on a
ThreadPool thread. | |
| CallPeriodic<(Of <<'(T, U>)>>)(Work<(Of <<'(T, U>)>>), T, U, Int32, Int32) | Executes a two parameter method at regular intervals on a
ThreadPool thread. |