CapacityInformation Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
CapacityInformation(Microsoft::Dynamics::Ax::Xpp::AxShared::PerformanceCounters::IAverageCounter ^ machineCpu, Microsoft::Dynamics::Ax::Xpp::AxShared::PerformanceCounters::IAverageCounter ^ currentMachineMemory, Microsoft::Dynamics::Ax::Xpp::AxShared::PerformanceCounters::IAverageCounter ^ processCpu, double sql, int machineCpuLimt, int processCpuLimit, int machineMemoryLimit, int sqlLimit);
public CapacityInformation (Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter machineCpu, Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter currentMachineMemory, Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter processCpu, double sql, int machineCpuLimt, int processCpuLimit, int machineMemoryLimit, int sqlLimit);
new Microsoft.Dynamics.Ax.Xpp.CapacityInformation : Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter * Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter * Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter * double * int * int * int * int -> Microsoft.Dynamics.Ax.Xpp.CapacityInformation
Public Sub New (machineCpu As IAverageCounter, currentMachineMemory As IAverageCounter, processCpu As IAverageCounter, sql As Double, machineCpuLimt As Integer, processCpuLimit As Integer, machineMemoryLimit As Integer, sqlLimit As Integer)
Parameters
- machineCpu
- Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter
- currentMachineMemory
- Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter
- processCpu
- Microsoft.Dynamics.Ax.Xpp.AxShared.PerformanceCounters.IAverageCounter
- sql
- Double
- machineCpuLimt
- Int32
- processCpuLimit
- Int32
- machineMemoryLimit
- Int32
- sqlLimit
- Int32