Microsoft.Practices.EnterpriseLibrary.Caching.Scheduling Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Classes
Class | Description | |
---|---|---|
ScavengingScheduler |
A scheduler that will queue scavenging requests onto a background thread in the thread pool. Only one scavenging request will be queued at a time.
|
Interfaces
Interface | Description | |
---|---|---|
IManuallyScheduledWork |
This interface represents an object that can perform some sort of operation. The operation will be run at some point in the future.
|