C# Class Akka.Dispatch.SysMsg.ActorTask

Class ActorTask.
Inheritance: ISystemMessage
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
ActorTask ( System.Threading.Tasks.Task task ) : System

Initializes a new instance of the ActorTask class.

Method Details

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