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


IPlugInLicense.ReleaseLicenseRef Method (ArcObjects .NET 10.4 SDK)
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