LicenseDataCpuCoreCount Property |
Gets the number of per-server CPU cores which the license will support.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "cpuCoreCount", EmitDefaultValue = false)]
public int CpuCoreCount { get; set; }<DataMemberAttribute(Name := "cpuCoreCount", EmitDefaultValue := false)>
Public Property CpuCoreCount As Integer
Get
Set
public:
[DataMemberAttribute(Name = L"cpuCoreCount", EmitDefaultValue = false)]
property int CpuCoreCount {
int get ();
void set (int value);
}[<DataMemberAttribute(Name = "cpuCoreCount", EmitDefaultValue = false)>]
member CpuCoreCount : int with get, set
Property Value
Type:
Int32
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 |
|---|
|
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