ExpiringCollectionTItem Properties |
The ExpiringCollectionTItem generic type exposes the following members.
Name | Description | |
---|---|---|
AfterCheckForExpiredItemsDelegate |
Gets or sets an optional delegate that is called after the check for expired items is made.
| |
BeforeCheckForExpiredItemsDelegate |
Gets or sets an optional delegate that is called before the check is made for expired items.
| |
Count |
When overridden by the derivee this returns the current count of items in the collection.
| |
CountChangedDelegate |
Gets or sets an optional delegate that is called when the count changes. The new count is
passed to the delegate. The list is locked to the calling thread while the delegate is running.
The delegate will occasionally be called on a background thread.
| |
ExpireMilliseconds |
Gets or sets the minimum number of milliseconds that an item can remain within the list.
| |
MillisecondsBetweenChecks |
Gets or sets the minimum number of milliseconds to wait between checks for expiring items.
|