This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public BackgroundScheduler( expirer, scavenger ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub New ( _ expirer As , _ scavenger As _ ) |
Parameters
- expirer
- ExpirationTask
The expiration task to use.
- scavenger
- ScavengerTask
The scavenger task to use.
See Also
BackgroundScheduler Class
Smartsite.Tools.Caching Namespace