EventHubQueueCache<TCachedMessage>.GetOffset(TCachedMessage) 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 offset from cached message. Left to derived class, as only it knows how to get this from the cached message.
protected abstract string GetOffset (TCachedMessage lastItemPurged);
abstract member GetOffset : 'CachedMessage -> string
Protected MustOverride Function GetOffset (lastItemPurged As TCachedMessage) As String
Parameters
- lastItemPurged
- TCachedMessage