Class FutureActor
Class FutureActor.
Implements
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public class FutureActor : ActorBase, IInternalActor
Constructors
| Improve this Doc View SourceFutureActor()
Initializes a new instance of the FutureActor class.
Declaration
public FutureActor()
FutureActor(TaskCompletionSource<Object>, IActorRef)
Initializes a new instance of the FutureActor class.
Declaration
public FutureActor(TaskCompletionSource<object> completionSource, IActorRef respondTo)
Parameters
Type | Name | Description |
---|---|---|
TaskCompletionSource<Object> | completionSource | The completion source. |
IActorRef | respondTo | The respond to. |
Methods
| Improve this Doc View SourceReceive(Object)
Processor for user defined messages.
Declaration
protected override bool Receive(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | The message. |
Returns
Type | Description |
---|---|
Boolean | TBD |