CALicense::MaxLicenseInstances
ADE User Guide > ADE Server Class Reference > CALicense
property int MaxLicenseInstances
当前许可证允许的总ADE实例数量,包括任何当前运行的实例。
你用于使用ADE的许可证可能或者可能没有限制在同一台计算机上同时处于活动状态的ADE实例数量。对于那些确实强加限制的许可证,该属性提供方法获取该数量是多少(其值大于0)。如果没有限制,该值为0.
数据类型
integer(整型)
存取
读取
示例用法
CALicense license = new CALicense(); int nAvail = license.MaxLicenseInstances;
另请参考
Comments
Enable comment auto-refresher