Click or drag to resize
Akka.NETActorTaskTask Property
Gets the task.

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

Property Value

Type: Task
The task.
See Also