Clears all which are older then the given date.
Syntax
| Visual Basic (Declaration) | |
|---|
Overloads Public Sub ClearPersistentsOlderThan( _
ByVal date As Date _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SimpleCacheManager
Dim date As Date
instance.ClearPersistentsOlderThan(date)
|
| C# | |
|---|
public void ClearPersistentsOlderThan(
DateTime date
) |
| Managed Extensions for C++ | |
|---|
public: void ClearPersistentsOlderThan(
DateTime date
) |
| C++/CLI | |
|---|
public:
void ClearPersistentsOlderThan(
DateTime date
) |
Parameters
- date
- The date all persistent objects older than should be deleted.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also