EventReader.ReadEvents Method |
This method returns an array of MonitorEvents containing no more than the specified
number of elements.
Namespace:
IntervalZero.RTX64.MonitorAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Parameters
- sizeOfArray
- Type: SystemUInt32
The maximum number of elements that the returned array can contain. If more events are available than this maximum, additional calls to this method must be made to obtain those events.
Return Value
Type: MonitorEvent