Class SystemGuardianActor
System guardian.
Root actor for all actors under the /system path.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class SystemGuardianActor : ActorBase, IInternalActor, IRequiresMessageQueue<IUnboundedMessageQueueSemantics>
Constructors
| Improve this Doc View SourceSystemGuardianActor(IActorRef)
TBD
Declaration
public SystemGuardianActor(IActorRef userGuardian)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | userGuardian | TBD |
Methods
| Improve this Doc View SourcePreRestart(Exception, Object)
TBD
Declaration
protected override void PreRestart(Exception reason, object message)
Parameters
Type | Name | Description |
---|---|---|
Exception | reason | TBD |
Object | message | TBD |
Overrides
| Improve this Doc View SourceReceive(Object)
Processor for messages that are sent to the root system guardian
Declaration
protected override bool Receive(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |