C# Class Akka.Dispatch.SysMsg.ActorTask

Class ActorTask.
Inheritance: ISystemMessage
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ActorTask ( System.Threading.Tasks.Task task ) : System

Initializes a new instance of the ActorTask class.

Method Details

ActorTask() public méthode

Initializes a new instance of the ActorTask class.
public ActorTask ( System.Threading.Tasks.Task task ) : System
task System.Threading.Tasks.Task The task.
Résultat System