Click or drag to resize
CompleteTask Constructor
Initializes a new instance of the CompleteTask class.

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public CompleteTask(
	AmbientState state,
	Action action
)

Parameters

state
Type: Akka.DispatchAmbientState
action
Type: SystemAction
The action.
See Also