ConverterStream.Flush Method

The Flush method clears all buffers for this ConverterStream and causes any buffered data to be written to the destination TextWriter that it owns.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides Sub Flush
'Usage
Dim instance As ConverterStream

instance.Flush()
public override void Flush()

Remarks

The Flush method calls Flush() on the destination TextWriter that it owns.