| ExecutorServiceExecute Method |
Queues or executes (depending on the implementation) the
IRunnable
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public abstract void Execute(
IRunnable run
)
abstract Execute :
run : IRunnable -> unit
Parameters
- run
- Type: Akka.DispatchIRunnable
The asynchronous task to be executed
Exceptions See Also