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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.