StateUpdaterEvaluator.Dispose Method (Boolean) |
Releases any resources associated with this instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxprotected abstract void Dispose(
bool disposing
)
Protected MustOverride Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
) abstract
abstract Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: System.Boolean
true to release both managed and unmanaged resources;
false to release only unmanaged resources.
See Also