ArcGIS Pro 2.8 API Reference Guide
CheckinLicense Method

ArcGIS.Core.Licensing Namespace > LicenseInformation Class : CheckinLicense Method
The license code to check.
Checks in a specific license code. Applicable to concurrent use licensing only.
Syntax
public static bool CheckinLicense( 
   LicenseCodes code
)
Public Shared Function CheckinLicense( _
   ByVal code As LicenseCodes _
) As Boolean

Parameters

code
The license code to check.

Return Value

True if the specified license code was successfully checked in.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

LicenseInformation Class
LicenseInformation Members