IntendedSignalByModulationTModulationFreezeAggregatedObjects Method |
Called by
Freeze to also freeze any objects that are considered to be a part of this object.
Derived classes which contain additional aggregated objects MUST override this method, call the base
implementation, and freeze aggregated objects introduced by the derived class. The objects that need to be
frozen in this method are frequently created in this object's constructor and are not settable via
properties.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected override void FreezeAggregatedObjects()
Protected Overrides Sub FreezeAggregatedObjects
protected:
virtual void FreezeAggregatedObjects() override
abstract FreezeAggregatedObjects : unit -> unit
override FreezeAggregatedObjects : unit -> unit
See Also