Table of Contents
ThreadRunnerBase.Send Method (Action, Int32)

Executes an action in this ThreadRunnerBase's thread.

Syntax
 public bool Send(
   Action action,
   int timeoutInMS
);

Parameters

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