NET Caching Library Help
Flush Method (IAsyncProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > IAsyncProvider Interface : Flush Method
The seconds.
Wait until the specified seconds until items are asynchronously saved or deleted
Syntax
'Declaration
 
Sub Flush( _
   ByVal seconds As System.Integer _
) 
'Usage
 
Dim instance As IAsyncProvider
Dim seconds As System.Integer
 
instance.Flush(seconds)
void Flush( 
   System.int seconds
)
void Flush( 
   System.int seconds
) 
void Flush( 
   System.int seconds
) 

Parameters

seconds
The seconds.
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

IAsyncProvider Interface
IAsyncProvider Members