[This is preliminary documentation and is subject to change.]
Handles the event that get raised when the
Parser of one of the
Listeners finishes parsing real-time packets.
Declaration Syntax
Protected Overridable Sub HandleParserDataParsed ( _
sender As Object, _
e As EventArgs(Of Guid, IList(Of IPacket)) _
)
Parameters
- sender (Object)
-
DataListener object whose Parser finished parsing real-time packets.
- e (EventArgs<(Of <(Guid, IList<(Of <(IPacket>)>)>)>))
-
EventArgs<(Of <(T1, T2>)>) object where Argument2 is the collection of parsed real-time packets.
Assembly:
TVA.Historian (Module: TVA.Historian) Version: 1.0.0.0