Class ActorTask
Class ActorTask.
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class ActorTask : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded
Constructors
| Edit this page 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
| Edit this page View SourceTask
Gets the task.
Declaration
public Task Task { get; }
Property Value
| Type | Description |
|---|---|
| Task | The task. |
Edit this page