When overridden in a derived class, releases the license.
[Visual Basic] MustOverride Public Sub Dispose() [C#] public abstract void Dispose(); [C++] public: virtual void Dispose() = 0; [JScript] public abstract function Dispose();
All components must call Dispose for the licenses that they grant when the component is disposed or finalized.
A LicenseProvider can use the licenses it grants to track its usage.
License Class | License Members | System.ComponentModel Namespace | License | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode