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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.