 | MemoryCacheProbeValue Property |
Gets the value of the performance counter
Namespace: SanteDB.Caching.Memory.DiagnosticsAssembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntaxpublic IEnumerable<IDiagnosticsProbe> Value { get; }Public ReadOnly Property Value As IEnumerable(Of IDiagnosticsProbe)
Get
public:
virtual property IEnumerable<IDiagnosticsProbe^>^ Value {
IEnumerable<IDiagnosticsProbe^>^ get () sealed;
}abstract Value : IEnumerable<IDiagnosticsProbe> with get
override Value : IEnumerable<IDiagnosticsProbe> with get
Property Value
IEnumerableIDiagnosticsProbeImplements
ICompositeDiagnosticsProbeValue
See Also