FutureActorRef Constructor

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public FutureActorRef(
	TaskCompletionSource<Object> result,
	ActorRef sender,
	Action unregister,
	ActorPath path
)
Public Sub New ( _
	result As TaskCompletionSource(Of Object), _
	sender As ActorRef, _
	unregister As Action, _
	path As ActorPath _
)
public:
FutureActorRef(
	TaskCompletionSource<Object^>^ result, 
	ActorRef^ sender, 
	Action^ unregister, 
	ActorPath^ path
)

Parameters

result
Type: TaskCompletionSource<(Of <(<'Object>)>)>
sender
Type: Akka.Actor..::..ActorRef
unregister
Type: Action
path
Type: Akka.Actor..::..ActorPath