|
ServiceHelperPerformanceMonitor Property
|
Gets the
PerformanceMonitor object used for monitoring the health of the
ParentService.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntax[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public PerformanceMonitor PerformanceMonitor { get; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property PerformanceMonitor As PerformanceMonitor
Get
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member PerformanceMonitor : PerformanceMonitor with get
function get_PerformanceMonitor();
View SourceProperty Value
PerformanceMonitor
See Also