Click or drag to resize
Akka.NETExecutorServiceExecute 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
)

Parameters

run
Type: Akka.DispatchIRunnable
The asynchronous task to be executed
Exceptions
ExceptionCondition
RejectedExecutionExceptionThrown when the service can't accept additional tasks.
See Also