Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Dispatch.SysMsg
ActorTask Class
ActorTask Constructor
ActorTask Properties
ActorTask Methods
ActorTask Constructor
Initializes a new instance of the
ActorTask
class.
Namespace:
Akka.Dispatch.SysMsg
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
ActorTask
(
Task
task
)
new
:
task
:
Task
->
ActorTask
Parameters
task
Type:
System.Threading.Tasks
Task
The task.
See Also
Reference
ActorTask Class
Akka.Dispatch.SysMsg Namespace
Akka.NET Home
|
Learn Akka.NET