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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public EmptyLocalActorRef(
	ActorRefProvider provider,
	ActorPath path,
	EventStream eventStream
)

Parameters

provider
Type: Akka.ActorActorRefProvider

[Missing <param name="provider"/> documentation for "M:Akka.Actor.EmptyLocalActorRef.#ctor(Akka.Actor.ActorRefProvider,Akka.Actor.ActorPath,Akka.Event.EventStream)"]

path
Type: Akka.ActorActorPath

[Missing <param name="path"/> documentation for "M:Akka.Actor.EmptyLocalActorRef.#ctor(Akka.Actor.ActorRefProvider,Akka.Actor.ActorPath,Akka.Event.EventStream)"]

eventStream
Type: Akka.EventEventStream

[Missing <param name="eventStream"/> documentation for "M:Akka.Actor.EmptyLocalActorRef.#ctor(Akka.Actor.ActorRefProvider,Akka.Actor.ActorPath,Akka.Event.EventStream)"]

See Also