EventReader.GetEventReader Method

This method opens a monitor session file (.monx) or a monitor event file (.mev), which opens the associated 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 EventReader[] GetEventReader(
	string SessionFile
)

Parameters

SessionFile
The path to a monitor session file (.monx) or a monitor event file (.mev) if a session file does not exist.

Return Value

Type: EventReader
Returns a new instance of an EventReader for that session.
See Also