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