Click or drag to resize
Akka.NETActionWithStateRunnable Constructor
TBD

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActionWithStateRunnable(
	Action<Object> actionWithState,
	Object state
)

Parameters

actionWithState
Type: SystemActionObject
TBD
state
Type: SystemObject
TBD
See Also