Click or drag to resize
Akka.NETRepointableActorRef Constructor
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RepointableActorRef(
	ActorSystemImpl system,
	Props props,
	MessageDispatcher dispatcher,
	MailboxType mailboxType,
	IInternalActorRef supervisor,
	ActorPath path
)

Parameters

system
Type: Akka.Actor.InternalActorSystemImpl
TBD
props
Type: Akka.ActorProps
TBD
dispatcher
Type: Akka.DispatchMessageDispatcher
TBD
mailboxType
Type: Akka.DispatchMailboxType
TBD
supervisor
Type: Akka.ActorIInternalActorRef
TBD
path
Type: Akka.ActorActorPath
TBD
See Also