Click or drag to resize

ICompositeDiagnosticsProbe Interface

Represents a performance counter which is composed of other performance counters

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

The ICompositeDiagnosticsProbe type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the performance counter
(Inherited from IDiagnosticsProbe.)
Public propertyName
Gets the name of the performance counter
(Inherited from IDiagnosticsProbe.)
Public propertyType
Gets the type of the performance counter
(Inherited from IDiagnosticsProbe.)
Public propertyUnit
Gets the units of the value
(Inherited from IDiagnosticsProbe.)
Public propertyUuid
Gets the UUID of the performance counter
(Inherited from IDiagnosticsProbe.)
Public propertyValue
Gets the value of the performance counter
Top
See Also