EventReader.SessionVersion Property

This is the version of the monitoring session data that is being read. Depending on the value returned by this property, various properties in subclasses of class MonitorEvent may be defined or undefined. See the documentation for each property for information about which fields are defined for which monitoring session versions.

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

Syntax
public uint SessionVersion { get; }

Property Value

Type: UInt32
See Also