Search Results for

    Show / Hide Table of Contents

    Class SystemGuardianActor

    System guardian.

    Root actor for all actors under the /system path.

    Inheritance
    object
    ActorBase
    SystemGuardianActor
    Implements
    IInternalActor
    IRequiresMessageQueue<IUnboundedMessageQueueSemantics>
    Inherited Members
    ActorBase.Sender
    ActorBase.Self
    ActorBase.Context
    ActorBase.AroundReceive(Receive, object)
    ActorBase.EmptyReceive
    ActorBase.Unhandled(object)
    ActorBase.Become(Receive)
    ActorBase.BecomeStacked(Receive)
    ActorBase.UnbecomeStacked()
    ActorBase.SetReceiveTimeout(TimeSpan?)
    ActorBase.AroundPreRestart(Exception, object)
    ActorBase.AroundPreStart()
    ActorBase.PreStart()
    ActorBase.AroundPostRestart(Exception, object)
    ActorBase.PostRestart(Exception)
    ActorBase.AroundPostStop()
    ActorBase.PostStop()
    ActorBase.SupervisorStrategy()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public class SystemGuardianActor : ActorBase, IInternalActor, IRequiresMessageQueue<IUnboundedMessageQueueSemantics>

    Constructors

    | Edit this page View Source

    SystemGuardianActor(IActorRef)

    TBD

    Declaration
    public SystemGuardianActor(IActorRef userGuardian)
    Parameters
    Type Name Description
    IActorRef userGuardian

    TBD

    Methods

    | Edit this page View Source

    PreRestart(Exception, object)

    TBD

    Declaration
    protected override void PreRestart(Exception reason, object message)
    Parameters
    Type Name Description
    Exception reason

    TBD

    object message

    TBD

    Overrides
    ActorBase.PreRestart(Exception, object)
    | Edit this page View Source

    Receive(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
    bool

    TBD

    Overrides
    ActorBase.Receive(object)

    Implements

    IInternalActor
    IRequiresMessageQueue<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET