ResourceUtilization.Snapshot Property
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.
Gets the latest snapshot of the resource utilization of the system.
public:
property Microsoft::Extensions::Diagnostics::ResourceMonitoring::Snapshot Snapshot { Microsoft::Extensions::Diagnostics::ResourceMonitoring::Snapshot get(); };
public Microsoft.Extensions.Diagnostics.ResourceMonitoring.Snapshot Snapshot { get; }
[System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0008", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public Microsoft.Extensions.Diagnostics.ResourceMonitoring.Snapshot Snapshot { get; }
member this.Snapshot : Microsoft.Extensions.Diagnostics.ResourceMonitoring.Snapshot
[<System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0008", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
member this.Snapshot : Microsoft.Extensions.Diagnostics.ResourceMonitoring.Snapshot
Public ReadOnly Property Snapshot As Snapshot
Property Value
- Attributes
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.