ArcObjects Library Reference (GeoDatabase)  

IPlugInLicense.ReleaseLicenseRef Method

Decreases the count of things needing the license.

[Visual Basic .NET]
Public Sub ReleaseLicenseRef ( _
)
[C#]
public void ReleaseLicenseRef (
);
[C++]
HRESULT ReleaseLicenseRef(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Decrements the count of datasets and cursors using the license.

See Also

IPlugInLicense Interface