Click or drag to resize

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 source ID gets tracked with data buffer.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
[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
)
View Source

Parameters

image  ISupportBinaryImage
A ISupportBinaryImage.
Exceptions
ExceptionCondition
NotImplementedExceptionThis method should not be called directly.
See Also