Method Flush
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Flush()
When overridden in a derived class, flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
public override void Flush()
Exceptions
- InvalidOperationException
An XmlWriter method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.”