MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeParse(ISupportBinaryImage) Method

Note: This API is now obsolete.
Not implemented. Consumers should call the Parse(TSourceIdentifier, ISupportBinaryImage) method instead to make sure data source ID gets tracked with data buffer.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.136 -- Release Build+592566f1f1a0611fc6728baac3ce2737bd65809c
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument", 
	true)]
public override void Parse(
	ISupportBinaryImage image
)

Parameters

image  ISupportBinaryImage
A ISupportBinaryImage.

Exceptions

NotImplementedExceptionThis method should not be called directly.

See Also