SystemResources(Double, Double, UInt64, UInt64) Konstruktor

Definition

Initialisiert eine neue instance der SystemResources -Struktur.

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)

Parameter

guaranteedCpuUnits
Double

Die im System verfügbaren CPU-Einheiten.

maximumCpuUnits
Double

Die maximalen CPU-Einheiten, die im System verfügbar sind.

guaranteedMemoryInBytes
UInt64

Der dem System in Byte zugewiesene Speicher.

maximumMemoryInBytes
UInt64

Der maximale Arbeitsspeicher, der dem System in Byte zugeordnet ist.

Gilt für: