 | DiagnosticsProbeManagerGet Method |
Get the performance counter
Namespace: SanteDB.Core.DiagnosticsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IDiagnosticsProbe Get(
Guid uuid
)
Public Function Get (
uuid As Guid
) As IDiagnosticsProbe
public:
IDiagnosticsProbe^ Get(
Guid uuid
)
member Get :
uuid : Guid -> IDiagnosticsProbe Parameters
- uuid Guid
- The uuid of the performance counter to retrieve
Return Value
IDiagnosticsProbeThe identified performance counter if present
See Also