Click or drag to resize
LocalActorRefProvider Constructor (String, Settings, EventStream, Deployer, FuncActorPath, InternalActorRef)
Initializes a new instance of the LocalActorRefProvider class

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public LocalActorRefProvider(
	string systemName,
	Settings settings,
	EventStream eventStream,
	Deployer deployer,
	Func<ActorPath, InternalActorRef> deadLettersFactory
)

Parameters

systemName
Type: SystemString

[Missing <param name="systemName"/> documentation for "M:Akka.Actor.LocalActorRefProvider.#ctor(System.String,Akka.Actor.Settings,Akka.Event.EventStream,Akka.Actor.Deployer,System.Func{Akka.Actor.ActorPath,Akka.Actor.InternalActorRef})"]

settings
Type: Akka.ActorSettings

[Missing <param name="settings"/> documentation for "M:Akka.Actor.LocalActorRefProvider.#ctor(System.String,Akka.Actor.Settings,Akka.Event.EventStream,Akka.Actor.Deployer,System.Func{Akka.Actor.ActorPath,Akka.Actor.InternalActorRef})"]

eventStream
Type: Akka.EventEventStream

[Missing <param name="eventStream"/> documentation for "M:Akka.Actor.LocalActorRefProvider.#ctor(System.String,Akka.Actor.Settings,Akka.Event.EventStream,Akka.Actor.Deployer,System.Func{Akka.Actor.ActorPath,Akka.Actor.InternalActorRef})"]

deployer
Type: Akka.ActorDeployer

[Missing <param name="deployer"/> documentation for "M:Akka.Actor.LocalActorRefProvider.#ctor(System.String,Akka.Actor.Settings,Akka.Event.EventStream,Akka.Actor.Deployer,System.Func{Akka.Actor.ActorPath,Akka.Actor.InternalActorRef})"]

deadLettersFactory
Type: SystemFuncActorPath, InternalActorRef

[Missing <param name="deadLettersFactory"/> documentation for "M:Akka.Actor.LocalActorRefProvider.#ctor(System.String,Akka.Actor.Settings,Akka.Event.EventStream,Akka.Actor.Deployer,System.Func{Akka.Actor.ActorPath,Akka.Actor.InternalActorRef})"]

See Also