Click or drag to resize
ActorTaskTask Property
Gets the task.

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Task Task { get; }

Property Value

Type: Task
The task.
See Also