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

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

Parameters

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