ConverterWriter.Flush method
The Flush method clears all buffers for this ConverterWriter object and causes any buffered data to be written to the destination TextWriter or stream 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 ConverterWriter
instance.Flush()
public override void Flush()
Remarks
The Flush method calls Flush() on the destination TextWriter that it owns.