IPurgeObservable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Functionality for purge-related actions.
public interface IPurgeObservable
type IPurgeObservable = interface
Public Interface IPurgeObservable
- Derived
Properties
IsEmpty |
Gets a value indicating whether this instance is empty. |
ItemCount |
Gets the message count. |
Newest |
Gets the newest message in the cache. |
Oldest |
Gets the oldest message in the cache. |
Methods
RemoveOldestMessage() |
Removes oldest message in the cache. |