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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public FutureActorRef(
	TaskCompletionSource<Object> result,
	Action unregister,
	ActorPath path
)

Parameters

result
Type: System.Threading.TasksTaskCompletionSourceObject

[Missing <param name="result"/> documentation for "M:Akka.Actor.FutureActorRef.#ctor(System.Threading.Tasks.TaskCompletionSource{System.Object},System.Action,Akka.Actor.ActorPath)"]

unregister
Type: SystemAction

[Missing <param name="unregister"/> documentation for "M:Akka.Actor.FutureActorRef.#ctor(System.Threading.Tasks.TaskCompletionSource{System.Object},System.Action,Akka.Actor.ActorPath)"]

path
Type: Akka.ActorActorPath

[Missing <param name="path"/> documentation for "M:Akka.Actor.FutureActorRef.#ctor(System.Threading.Tasks.TaskCompletionSource{System.Object},System.Action,Akka.Actor.ActorPath)"]

See Also