Click or drag to resize
Akka.NETFutureActorRef Constructor
TBD

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

Parameters

result
Type: System.Threading.TasksTaskCompletionSourceObject
TBD
unregister
Type: SystemAction
TBD
path
Type: Akka.ActorActorPath
TBD
See Also