Gets or sets the number of minutes images are stored in the TempDirectory folder before they are deleted.
[Visual Basic]
Public Property CleanupPeriod As Integer
[C#]
public int CleanupPeriod {get; set;}
[JScript]
public function get,set CleanupPeriod : int
When .netCHARTING renders a chart a temporary file is created in
the directory set by the TempDirectory property. The CleanUpPeriod property determines
how frequently (in minutes) this directory is cleaned by deleting old temporary files.
The default is 15 minutes and the property can be set to 0 in order to disable the
cleanup in which case temp files are not automatically deleted.
Any files that start with 'dnc-' will be deleted in the temp directory.
[C#]
//delete old files every 30 minutes |
[Visual Basic]
'delete old files every 30 minutes |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.