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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public RepointableActorRef(
	ActorSystemImpl system,
	Props props,
	MessageDispatcher dispatcher,
	Func<Mailbox> createMailbox,
	InternalActorRef supervisor,
	ActorPath path
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl

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

props
Type: Akka.ActorProps

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

dispatcher
Type: Akka.DispatchMessageDispatcher

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

createMailbox
Type: SystemFuncMailbox

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

supervisor
Type: Akka.ActorInternalActorRef

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

path
Type: Akka.ActorActorPath

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

See Also