Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic CompleteTask(
AmbientState state,
Action action
)
Public Sub New (
state As AmbientState,
action As Action
)
public:
CompleteTask(
AmbientState^ state,
Action^ action
)
new :
state : AmbientState *
action : Action -> CompleteTask
Parameters
- state
- Type: Akka.DispatchAmbientState
- action
- Type: SystemAction
The action.
See Also