|
MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypePurgeBuffer Method
|
Clears the internal buffer of unparsed data received from the specified source.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public virtual void PurgeBuffer(
TSourceIdentifier source
)
Public Overridable Sub PurgeBuffer (
source As TSourceIdentifier
)
public:
virtual void PurgeBuffer(
TSourceIdentifier source
)
abstract PurgeBuffer :
source : 'TSourceIdentifier -> unit
override PurgeBuffer :
source : 'TSourceIdentifier -> unit
function PurgeBuffer(source);
View SourceParameters
- 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