Aracılığıyla paylaş


CapacityInformation Constructor

Definition

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

Applies to