SystemResources(Double, Double, UInt64, UInt64) Konstruktor

Definicja

Inicjuje SystemResources nowe wystąpienie struktury.

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)

Parametry

guaranteedCpuUnits
Double

Jednostki procesora CPU dostępne w systemie.

maximumCpuUnits
Double

Maksymalna liczba jednostek procesora CPU dostępnych w systemie.

guaranteedMemoryInBytes
UInt64

Pamięć przydzielona do systemu w bajtach.

maximumMemoryInBytes
UInt64

Maksymalna ilość pamięci przydzielonej systemowi w bajtach.

Dotyczy