ChronologicalEvictionStrategy<TCachedMessage>.GetBlockId Method
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.
Get block pool block id for message
protected abstract object GetBlockId (TCachedMessage? cachedMessage);
abstract member GetBlockId : Nullable<'CachedMessage (requires 'CachedMessage : struct)> -> obj
Protected MustOverride Function GetBlockId (cachedMessage As Nullable(Of TCachedMessage)) As Object
Parameters
- cachedMessage
- Nullable<TCachedMessage>