Table of Contents
ThreadRunnerBase.Post Method
Overload List
Name Description
void Post(Func<T>); Post a task to execute a callback function in this ThreadRunnerBase's thread.
void Post(Action); Post a task to execute a callback function in this ThreadRunnerBase's thread.
See Also