CALicense::MaxLicenseInstances

Revision as of 08:00, 23 October 2015 by Jhuawen (talk | contribs) (Created page with "当前许可证允许的总ADE实例数量,包括任何当前运行的实例。")

ADE User Guide > ADE Server Class Reference > CALicense

Other languages:
English • ‎中文

property int MaxLicenseInstances

当前许可证允许的总ADE实例数量,包括任何当前运行的实例。

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.