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.