AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageApiControllerBase..::..Dispose Method (Boolean)

Releases resources based on the disposing flag. Shadows the base implementation so subclasses can override ACSP-specific cleanup without conflicting with the WebAPI ApiController disposal chain.

Namespace:  AdvantageCSP.API
Assembly:  AdvantageCSP.API (in AdvantageCSP.API.dll)

Syntax


protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: Boolean
If set to true, releases both managed and unmanaged resources.