This document is archived and information here might be outdated.  Recommended version.


IPlugInLicense.ReleaseLicenseRef Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInLicense Interface > IPlugInLicense.ReleaseLicenseRef Method
ArcGIS Developer Help

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