Class ActionWithStateRunnable
Implements
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public sealed class ActionWithStateRunnable : IRunnable
Constructors
| Improve this Doc View SourceActionWithStateRunnable(Action<Object>, Object)
Creates a new thread pool work item that executes a delegate along with state.
Declaration
public ActionWithStateRunnable(Action<object> actionWithState, object state)
Parameters
Type | Name | Description |
---|---|---|
Action<Object> | actionWithState | The delegate to execute. |
Object | state | The state to execute with this delegate. |
Methods
| Improve this Doc View SourceRun()
Declaration
public void Run()