License::Dispose Method ()
.NET Framework (current version)
When overridden in a derived class, disposes of the resources used by the license.
Assembly: System (in System.dll)
All components must call Dispose for the licenses that they grant when the component is disposed of or finalized.
A LicenseProvider can use the licenses it grants to track its usage.
Call Dispose when you are finished using the License. The Dispose method leaves the License in an unusable state. After calling Dispose, you must release all references to the License so the memory it was occupying can be reclaimed by garbage collection.
.NET Framework
Available since 1.1
Available since 1.1
Show:
