| ActionWithStateRunnable Constructor |
TBD
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ActionWithStateRunnable(
Action<Object> actionWithState,
Object state
)
new :
actionWithState : Action<Object> *
state : Object -> ActionWithStateRunnable
Parameters
- actionWithState
- Type: SystemActionObject
TBD - state
- Type: SystemObject
TBD
See Also