Click or drag to resize

IDiagnosticsProbeT Interface

Represents a performance counter that returns a particular type of object

Namespace: SanteDB.Core.Diagnostics
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IDiagnosticsProbe<T> : IDiagnosticsProbe
where T : struct, new()

Type Parameters

T
The type of the performance counter

The IDiagnosticsProbeT 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 current performance counter value
Top
See Also