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
UpdateConfiguration
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
Properties
NewSettings
Declaration
public PhobosActorSettings NewSettings { get; }
Property Value
PropagateToChildren
When true
, NewSettings will also be propagated recursively down the actor hierarchy.
Declaration
public bool PropagateToChildren { get; }
Property Value
Implements