|   | ServiceHelperPerformanceMonitor Property | 
        
        
            Gets the 
PerformanceMonitor object used for monitoring the health of the 
ParentService.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
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();
Property Value
PerformanceMonitor See Also
See Also