CALicense::MaxLicenseInstances

This page is a translated version of the page CALicense::MaxLicenseInstances and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CALicense

Other languages:
English • ‎中文

property int MaxLicenseInstances

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

你用于使用ADE的许可证可能或者可能没有限制在同一台计算机上同时处于活动状态的ADE实例数量。对于那些确实强加限制的许可证,该属性提供方法获取该数量是多少(其值大于0)。如果没有限制,该值为0.

数据类型

integer(整型)

存取

读取

示例用法

CALicense license = new CALicense();
int nAvail = license.MaxLicenseInstances;

另请参考

Comments


You are not allowed to post comments.