| 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
)
Public Function Find (
query As Func(Of IDiagnosticsProbe, Boolean)
) As IEnumerable(Of IDiagnosticsProbe)
public:
IEnumerable<IDiagnosticsProbe^>^ Find(
Func<IDiagnosticsProbe^, bool>^ query
)
member Find :
query : Func<IDiagnosticsProbe, bool> -> IEnumerable<IDiagnosticsProbe>
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