Akka.Remote.DaemonMsgCreate.DaemonMsgCreate C# (CSharp) Méthode

DaemonMsgCreate() public méthode

Initializes a new instance of the DaemonMsgCreate class.
public DaemonMsgCreate ( Props props, Akka.Actor.Deploy deploy, string path, IActorRef supervisor ) : System
props Props The props.
deploy Akka.Actor.Deploy The deploy.
path string The path.
supervisor IActorRef The supervisor.
Résultat System
        public DaemonMsgCreate(Props props, Deploy deploy, string path, IActorRef supervisor)
        {
            Props = props;
            Deploy = deploy;
            Path = path;
            Supervisor = supervisor;
        }
DaemonMsgCreate