Share via


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.

See also

Reference

ConverterWriter class

ConverterWriter members

Microsoft.Exchange.Data.TextConverters namespace