Share via


HtmlWriter.Flush Method

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

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub Flush
public void Flush ()
public:
void Flush ()
public void Flush ()
public function Flush ()

Remarks

Note that the Flush method closes any open tags in the output. You can not, for example, write more attributes or attribute examples to the current tag after you call the Flush method.

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