MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeOnDataParsed Method

Raises the DataParsed event.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.136 -- Release Build+592566f1f1a0611fc6728baac3ce2737bd65809c
protected override void OnDataParsed(
	TOutputType output
)

Parameters

output  TOutputType
The object that was deserialized from binary image.

See Also