|   | PrecisionInputTimerFrameWaitHandle Property | 
        
        
            Gets a reference to the frame wait handle.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic ManualResetEventSlim FrameWaitHandle { get; }Public ReadOnly Property FrameWaitHandle As ManualResetEventSlim
	Get
public:
property ManualResetEventSlim^ FrameWaitHandle {
	ManualResetEventSlim^ get ();
}member FrameWaitHandle : ManualResetEventSlim with get
function get_FrameWaitHandle();
Property Value
ManualResetEventSlim See Also
See Also