RoutedActorCell Constructor

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

Syntax


public RoutedActorCell(
	ActorSystem system,
	InternalActorRef self,
	Props routerProps,
	MessageDispatcher dispatcher,
	Props routeeProps,
	InternalActorRef supervisor
)
Public Sub New ( _
	system As ActorSystem, _
	self As InternalActorRef, _
	routerProps As Props, _
	dispatcher As MessageDispatcher, _
	routeeProps As Props, _
	supervisor As InternalActorRef _
)
public:
RoutedActorCell(
	ActorSystem^ system, 
	InternalActorRef^ self, 
	Props^ routerProps, 
	MessageDispatcher^ dispatcher, 
	Props^ routeeProps, 
	InternalActorRef^ supervisor
)