Click or drag to resize

MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypePurgeBuffer Method

Clears the internal buffer of unparsed data received from the specified source.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public virtual void PurgeBuffer(
	TSourceIdentifier source
)
View Source

Parameters

source  TSourceIdentifier
Identifier of the data source.
Remarks
This method can be used to ensure that partial data received from the source is not kept in memory indefinitely.
See Also