LicenseInstanceWideCpuCoreCount Property

Gets the number of CPU cores which the license will support across all servers in the instance.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public int InstanceWideCpuCoreCount { get; }

Property Value

Type: Int32

Implements

ILicenseInstanceWideCpuCoreCount
Remarks
The sum of the instance-wide CPU core count from all valid installed licenses is the maximum total number of CPU cores which can be used by all servers in the instance.
Note Note
When running on a physical machine, the software counts physical CPU cores; when running on a virtual machine, logical CPU cores (AKA virtual CPU cores) are counted.
Note Note
This value takes precedence over CpuCoreCount.
See Also