EventHubQueueCache.GetOffset(CachedEventHubMessage) 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 override string GetOffset (Orleans.ServiceBus.Providers.CachedEventHubMessage lastItemPurged);
override this.GetOffset : Orleans.ServiceBus.Providers.CachedEventHubMessage -> string
Protected Overrides Function GetOffset (lastItemPurged As CachedEventHubMessage) As String
Parameters
- lastItemPurged
- CachedEventHubMessage