See Also

FileManager Class  | FileManager Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

CleanupPeriod Property

Gets or sets a TimeSpan object that determines the amount of time the TempDirectory folder would be checked for deleting old image files.

[Visual Basic]
Public Property CleanupPeriod As TimeSpan
[C#]
public TimeSpan CleanupPeriod {get; set;}

Example

This example sets the cleanup period every 30 minutes.

[C#] 

Chart.FileManager.CleanupPeriod= new TimeSpan(0,30,0);

[Visual Basic] 

Chart.FileManager.CleanupPeriod= New TimeSpan(0,30,0)

See Also

FileManager Class  | FileManager Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.