NET Logging Library
Flush Method (ILog)



KellermanSoftware.NetLoggingLibrary Namespace > ILog Interface : Flush Method
Wait for a period of time for asyncronous targets to finish
Syntax
Function Flush( _
   ByVal maxMillisecondsToWait As Integer _
) As Boolean
Dim instance As ILog
Dim maxMillisecondsToWait As Integer
Dim value As Boolean
 
value = instance.Flush(maxMillisecondsToWait)
bool Flush( 
   int maxMillisecondsToWait
)
bool Flush( 
   int maxMillisecondsToWait
) 

Parameters

maxMillisecondsToWait
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILog Interface
ILog Members