MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypePurgeBuffer Method
Clears the internal buffer of unparsed data received from the specified source.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.171 -- Release Build+d62f203706e9a951eba0d87921639f80180c6058
public virtual void PurgeBuffer(
TSourceIdentifier source
)
Public Overridable Sub PurgeBuffer (
source As TSourceIdentifier
)
public:
virtual void PurgeBuffer(
TSourceIdentifier source
)
function PurgeBuffer(source);
Parameters
- source TSourceIdentifier
- Identifier of the data source.
This method can be used to ensure that partial data received from the source is not kept in memory indefinitely.