SystemResources(Double, Double, UInt64, UInt64) Oluşturucu

Tanım

Yapının yeni bir örneğini SystemResources başlatır.

public:
 SystemResources(double guaranteedCpuUnits, double maximumCpuUnits, System::UInt64 guaranteedMemoryInBytes, System::UInt64 maximumMemoryInBytes);
public SystemResources (double guaranteedCpuUnits, double maximumCpuUnits, ulong guaranteedMemoryInBytes, ulong maximumMemoryInBytes);
new Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources : double * double * uint64 * uint64 -> Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources
Public Sub New (guaranteedCpuUnits As Double, maximumCpuUnits As Double, guaranteedMemoryInBytes As ULong, maximumMemoryInBytes As ULong)

Parametreler

guaranteedCpuUnits
Double

Sistemde kullanılabilen CPU birimleri.

maximumCpuUnits
Double

Sistemde kullanılabilen en yüksek CPU birimi.

guaranteedMemoryInBytes
UInt64

Sisteme bayt cinsinden ayrılan bellek.

maximumMemoryInBytes
UInt64

Sisteme bayt cinsinden ayrılan bellek üst sınırı.

Şunlara uygulanır