FutureActor Constructor (TaskCompletionSource<(Of <(<'Object>)>)>, ActorRef)
Initializes a new instance of the FutureActor class.
Namespace:
Akka.DispatchAssembly: Akka (in Akka.dll)
Syntax
public FutureActor( TaskCompletionSource<Object> completionSource, ActorRef respondTo )
Public Sub New ( _ completionSource As TaskCompletionSource(Of Object), _ respondTo As ActorRef _ )
public: FutureActor( TaskCompletionSource<Object^>^ completionSource, ActorRef^ respondTo )
Parameters
- completionSource
- Type: TaskCompletionSource<(Of <(<'Object>)>)>
The completion source.
- respondTo
- Type: Akka.Actor..::..ActorRef
The respond to.