C# 클래스 Akka.Remote.DaemonMsgCreate

INTERNAL API
상속: IDaemonMsg
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
DaemonMsgCreate ( Props props, Akka.Actor.Deploy deploy, string path, IActorRef supervisor ) : System

Initializes a new instance of the DaemonMsgCreate class.

메소드 상세

DaemonMsgCreate() 공개 메소드

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.
리턴 System