Table of Contents
ThreadRunnerBase.Post Method (Func`1)

Post a task to execute a callback function in this ThreadRunnerBase's thread.

Syntax
 public void Post(
   Func<T> action
);

Parameters

action
The action delegate.
See Also