Click or drag to resize
FutureActor Constructor (TaskCompletionSourceObject, ActorRef)
Initializes a new instance of the FutureActor class.

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public FutureActor(
	TaskCompletionSource<Object> completionSource,
	ActorRef respondTo
)

Parameters

completionSource
Type: System.Threading.TasksTaskCompletionSourceObject
The completion source.
respondTo
Type: Akka.ActorActorRef
The respond to.
See Also