Table of Contents
ThreadRunnerBase.Post Method (Action)

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

Syntax
 public void Post(
   Action action
);

Parameters

action
The action delegate.
See Also