LicenseCpuCoreCount Property

Gets the number of per-server CPU cores which the license will support.

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 CpuCoreCount { get; }

Property Value

Type: Int32

Implements

ILicenseCpuCoreCount
Remarks
The sum of the CPU core count from all valid installed licenses is the maximum number of CPU cores which will be used by the process.
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.
See Also