RemoteDaemon Constructor

Initializes a new instance of the RemoteDaemon class.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public RemoteDaemon(
	ActorSystem system,
	ActorPath path,
	InternalActorRef parent,
	LoggingAdapter log
)
Public Sub New ( _
	system As ActorSystem, _
	path As ActorPath, _
	parent As InternalActorRef, _
	log As LoggingAdapter _
)
public:
RemoteDaemon(
	ActorSystem^ system, 
	ActorPath^ path, 
	InternalActorRef^ parent, 
	LoggingAdapter^ log
)

Parameters

system
Type: Akka.Actor..::..ActorSystem
The system.
path
Type: Akka.Actor..::..ActorPath
The path.
parent
Type: Akka.Actor..::..InternalActorRef
The parent.
log
Type: Akka.Event..::..LoggingAdapter