Class ActorTask
Class ActorTask.
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class ActorTask : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceActorTask(Task)
Initializes a new instance of the ActorTask class.
Declaration
public ActorTask(Task task)
Parameters
Type | Name | Description |
---|---|---|
Task | task | The task. |
Properties
| Improve this Doc View SourceTask
Gets the task.
Declaration
public Task Task { get; }
Property Value
Type | Description |
---|---|
Task | The task. |