CALicense::MaxLicenseInstances
ADE User Guide > ADE Server Class Reference > CALicense
property int MaxLicenseInstances
Total number of ADE instances allowed on current license, including any currently running.
Your license to use ADE might or might not limit the number of instances of ADE that can be simultaneously active on the same computer. For licenses that do impose a limit, this property provides access to what that number is (which will be greater than 0). If you have no limit, this is zero.
数据类型
integer(整型)
访问
读取
示例用法
CALicense license = new CALicense(); int nAvail = license.MaxLicenseInstances;
另请参考
Comments
Enable comment auto-refresher