ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Licensing Namespace / LicenseInformation Class / CheckinLicense Method
The license code to check.

In This Topic
    CheckinLicense Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also