IPurgeObservable<TCachedMessage>.Oldest Property
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.
Oldest message in the cache
public TCachedMessage? Oldest { get; }
member this.Oldest : Nullable<'CachedMessage (requires 'CachedMessage : struct)>
Public ReadOnly Property Oldest As Nullable(Of TCachedMessage)
Property Value
Nullable<TCachedMessage>