RepointableActorRef Constructor

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

Syntax


public RepointableActorRef(
	ActorSystem system,
	Props props,
	MessageDispatcher dispatcher,
	Func<Mailbox> createMailbox,
	InternalActorRef supervisor,
	ActorPath path
)
Public Sub New ( _
	system As ActorSystem, _
	props As Props, _
	dispatcher As MessageDispatcher, _
	createMailbox As Func(Of Mailbox), _
	supervisor As InternalActorRef, _
	path As ActorPath _
)
public:
RepointableActorRef(
	ActorSystem^ system, 
	Props^ props, 
	MessageDispatcher^ dispatcher, 
	Func<Mailbox^>^ createMailbox, 
	InternalActorRef^ supervisor, 
	ActorPath^ path
)

Parameters

system
Type: Akka.Actor..::..ActorSystem
props
Type: Akka.Actor..::..Props
dispatcher
Type: Akka.Dispatch..::..MessageDispatcher
createMailbox
Type: Func<(Of <(<'Mailbox>)>)>
supervisor
Type: Akka.Actor..::..InternalActorRef
path
Type: Akka.Actor..::..ActorPath