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

Executes an action in this ThreadRunnerBase's thread.

Syntax
 public object Send(
   Func<T> action
);

Parameters

action
The action delegate.
See Also