Table of Contents
ThreadRunnerBase.Send Method (Action)

Executes an action in this ThreadRunnerBase's thread.

Syntax
 public bool Send(
   Action action
);
See Also