NAnt SDK Documentation - v0.85-nightly-2005-11-09

XmlLogger.Flush Method 

[This is preliminary documentation and subject to change.]

Flushes buffered build events or messages to the underlying storage.

[Visual Basic]
NotOverridable Public Sub Flush() _
    Implements IBuildLogger.Flush
[C#]
public void Flush();

Implements

IBuildLogger.Flush

Remarks

Missing <remarks> documentation for M:NAnt.Core.XmlLogger.Flush

See Also

XmlLogger Class | NAnt.Core Namespace