Click or drag to resize

IDiagnosticsProbe Interface

Represents a single performance counter

Namespace:  SanteDB.Core.Diagnostics
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IDiagnosticsProbe

The IDiagnosticsProbe type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the performance counter
Public propertyName
Gets the name of the performance counter
Public propertyType
Gets the type of the performance counter
Public propertyUnit
Gets the units of the value
Public propertyUuid
Gets the UUID of the performance counter
Public propertyValue
Gets the current value of the performance counter
Top
See Also