AdvantageApiControllerBase..::..Dispose Method
Overload List
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Releases all resources used by the controller. Shadows the base implementation
because this derived disposal pattern must coordinate with ACSP engine cleanup.
|
|
|
Dispose(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.
|

