Class GuardianActor
Class GuardianActor.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class GuardianActor : ActorBase, IInternalActor, IRequiresMessageQueue<IUnboundedMessageQueueSemantics>
Methods
| Edit this page View SourcePreStart()
TBD
Declaration
protected override void PreStart()
Overrides
| Edit this page View SourceReceive(object)
TBD
Declaration
protected override bool Receive(object message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message | TBD |
Returns
| Type | Description |
|---|---|
| bool | TBD |
Edit this page