Click or drag to resize
RoutedActorRef Constructor
Initializes a new instance of the RoutedActorRef class

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public RoutedActorRef(
	ActorSystemImpl system,
	Props routerProps,
	MessageDispatcher routerDispatcher,
	Func<Mailbox> createMailbox,
	Props routeeProps,
	InternalActorRef supervisor,
	ActorPath path
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl

[Missing <param name="system"/> documentation for "M:Akka.Routing.RoutedActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath)"]

routerProps
Type: Akka.ActorProps

[Missing <param name="routerProps"/> documentation for "M:Akka.Routing.RoutedActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath)"]

routerDispatcher
Type: Akka.DispatchMessageDispatcher

[Missing <param name="routerDispatcher"/> documentation for "M:Akka.Routing.RoutedActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath)"]

createMailbox
Type: SystemFuncMailbox

[Missing <param name="createMailbox"/> documentation for "M:Akka.Routing.RoutedActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath)"]

routeeProps
Type: Akka.ActorProps

[Missing <param name="routeeProps"/> documentation for "M:Akka.Routing.RoutedActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath)"]

supervisor
Type: Akka.ActorInternalActorRef

[Missing <param name="supervisor"/> documentation for "M:Akka.Routing.RoutedActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath)"]

path
Type: Akka.ActorActorPath

[Missing <param name="path"/> documentation for "M:Akka.Routing.RoutedActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath)"]

See Also