NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

License.Dispose

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();

Remarks

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.

See Also

License Class | License Members | System.ComponentModel Namespace | License | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode