Share via


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
public override void Flush ()
public:
virtual void Flush () override
public void Flush ()
public override function Flush ()

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003