C# Class Akka.Remote.DaemonMsgCreate

INTERNAL API
Inheritance: IDaemonMsg
Show file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
DaemonMsgCreate ( Props props, Akka.Actor.Deploy deploy, string path, IActorRef supervisor ) : System

Initializes a new instance of the DaemonMsgCreate class.

Method Details

DaemonMsgCreate() public method

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.
return System