Akka.Dispatch.SysMsg.ActorTask.ActorTask C# (CSharp) Method

ActorTask() public method

Initializes a new instance of the ActorTask class.
public ActorTask ( System.Threading.Tasks.Task task ) : System
task System.Threading.Tasks.Task The task.
return System
        public ActorTask(Task task)
        {
            Task = task;
        }
ActorTask