Click or drag to resize

DiagnosticsProbeManagerFind Method

Find the specified performance counters

Namespace:  SanteDB.Core.Diagnostics
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public IEnumerable<IDiagnosticsProbe> Find(
	Func<IDiagnosticsProbe, bool> query
)

Parameters

query
Type: SystemFuncIDiagnosticsProbe, Boolean

[Missing <param name="query"/> documentation for "M:SanteDB.Core.Diagnostics.DiagnosticsProbeManager.Find(System.Func{SanteDB.Core.Diagnostics.IDiagnosticsProbe,System.Boolean})"]

Return Value

Type: IEnumerableIDiagnosticsProbe

[Missing <returns> documentation for "M:SanteDB.Core.Diagnostics.DiagnosticsProbeManager.Find(System.Func{SanteDB.Core.Diagnostics.IDiagnosticsProbe,System.Boolean})"]

See Also