Click or drag to resize

BinaryImageParserBase.DataDiscarded Event

Occurs when data image fails deserialized due to an exception.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
Syntax
public event EventHandler<EventArgs<byte[]>> DataDiscarded
View Source

Value

EventHandler<EventArgs<Byte[]>>

Implements

IBinaryImageParser.DataDiscarded
Remarks
Argument is the remaining portion of the binary image that failed to parse.
See Also