Click or drag to resize

FrameImageParserBaseTTypeIdentifier, TOutputTypeOutputTypeNotFound Event

Occurs when matching an output type for deserializing the data image could not be found.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<TTypeIdentifier>> OutputTypeNotFound
View Source

Value

EventHandlerEventArgsTTypeIdentifier

Implements

IFrameImageParserTTypeIdentifier, TOutputTypeOutputTypeNotFound
Remarks
Argument is the ID of the output type that could not be found.
See Also