EventReader.ResetToStart Method

Resets the event reader so the next call to EventReader.ReadEvents returns event(s) from the start of the monitoring session.

 

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)
Syntax
public void ResetToStart(
)

Return Value

Type: void
 
Remarks
If this API is called after the EventReader object has been disposed, it will throw an instance of RTX64Exception.
See Also