This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initialize a new instance of the BackgroundScheduler with a ExpirationTask and a ScavengerTask.

Namespace: Smartsite.Tools.Caching
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public BackgroundScheduler(
	 expirer,
	 scavenger
)
Visual Basic (Declaration)Copy imageCopy 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

Advanced