CALicense::MaxLicenseInstances

Revision as of 07:59, 23 October 2015 by Jhuawen (talk | contribs) (Created page with "= 另请参考 =")

ADE User Guide > ADE Server Class Reference > CALicense

Other languages:
English • ‎中文

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


You are not allowed to post comments.