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

Executes an action in this ThreadRunnerBase's thread.

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

Parameters

action
The action delegate.
timeoutInMS
The time out value in milliseconds.
See Also