EventHubQueueCache.GetOffset(CachedEventHubMessage) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取缓存消息的偏移量。 左到派生类,因为它只知道如何从缓存的消息中获取此消息。
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
参数
- lastItemPurged
- CachedEventHubMessage