|
PrecisionInputTimerFrameWaitHandle Property
|
Gets a reference to the frame wait handle.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
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();
View SourceProperty Value
ManualResetEventSlim
See Also