Clears all persistent objects of the given type.
Syntax
| Visual Basic (Declaration) | |
|---|
Overloads Public Sub ClearPersistents( _
ByVal type As Type _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SimpleCacheManager
Dim type As Type
instance.ClearPersistents(type)
|
| C# | |
|---|
public void ClearPersistents(
Type type
) |
| Managed Extensions for C++ | |
|---|
public: void ClearPersistents(
Type* type
) |
| C++/CLI | |
|---|
public:
void ClearPersistents(
Type^ type
) |
Parameters
- type
- The type of persistents that are deleted.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also