This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class BackgroundScheduler |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class BackgroundScheduler |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
BackgroundScheduler |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExpirationTimeoutExpired |
Queues a message that the expiration timeout has expired.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Start |
Starts the scavenger.
|
|
StartScavenging |
Starts the scavenging process.
|
|
Stop |
Stops the scavenger.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
IsActive |
Determines if the scavenger is active.
|
See Also
Smartsite.Tools.Caching Namespace