Show / Hide Table of Contents

Class UpdateConfiguration

Used to trigger an actor to reload its PhobosActorSettings at runtime. Can be invoked manually via a message send, automatically via Petabridge.Cmd, or via settings.

Inheritance
object
UpdateConfiguration
Implements
IDeadLetterSuppression
INoSerializationVerificationNeeded
INeverTrace
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phobos.Actor.Configuration
Assembly: Phobos.Actor.dll
Syntax
public sealed class UpdateConfiguration : IDeadLetterSuppression, INoSerializationVerificationNeeded, INeverTrace

Constructors

UpdateConfiguration(PhobosActorSettings, bool)

Declaration
public UpdateConfiguration(PhobosActorSettings newSettings, bool propagateToChildren = false)
Parameters
Type Name Description
PhobosActorSettings newSettings
bool propagateToChildren

Properties

NewSettings

Declaration
public PhobosActorSettings NewSettings { get; }
Property Value
Type Description
PhobosActorSettings

PropagateToChildren

When true, NewSettings will also be propagated recursively down the actor hierarchy.

Declaration
public bool PropagateToChildren { get; }
Property Value
Type Description
bool

Implements

IDeadLetterSuppression
INoSerializationVerificationNeeded
INeverTrace
In this article

Phobos®

APM for Akka.NET Applications

Product
  • Purchase Phobos
  • Book a Live Demo
  • Phobos Quick Start Guide
  • Phobos Features
  • API Documentation
  • Release Notes
Resources
  • Akka.NET Documentation
  • Petabridge Blog
  • Akka.NET Support Plans
  • Akka.NET Consulting Services
  • Akka.NET Training
Company
  • About Petabridge
  • Contact Us
  • Privacy Policy

© 2025 Petabridge®. All rights reserved. Built with ♥ for the Akka.NET community.