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
System.Object
UpdateConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phobos.Actor.Configuration
Assembly: Phobos.Actor.dll
Syntax
public sealed class UpdateConfiguration : IDeadLetterSuppression, INoSerializationVerificationNeeded, INeverTrace
Constructors
UpdateConfiguration(PhobosActorSettings, Boolean)
Declaration
public UpdateConfiguration(PhobosActorSettings newSettings, bool propagateToChildren = false)
Parameters
Type | Name | Description |
---|---|---|
PhobosActorSettings | newSettings | |
System.Boolean | 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 |
---|---|
System.Boolean |