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

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorTask(
	Task task
)

Parameters

task
Type: System.Threading.TasksTask
The task.
See Also