ArcGIS Pro 2.8 API Reference Guide
GetAvailabilityCount Method

ArcGIS.Core.Licensing Namespace > LicenseInformation Class : GetAvailabilityCount Method
The license code to check.
Gets the number of licenses available for use. Most useful when using concurrent use licensing.
Syntax
public static uint GetAvailabilityCount( 
   LicenseCodes code
)
Public Shared Function GetAvailabilityCount( _
   ByVal code As LicenseCodes _
) As UInteger

Parameters

code
The license code to check.

Return Value

The number of available licenses.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

LicenseInformation Class
LicenseInformation Members