EventHubCacheEvictionStrategy.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 override object GetBlockId (Orleans.ServiceBus.Providers.CachedEventHubMessage? cachedMessage);
override this.GetBlockId : Nullable<Orleans.ServiceBus.Providers.CachedEventHubMessage> -> obj
Protected Overrides Function GetBlockId (cachedMessage As Nullable(Of CachedEventHubMessage)) As Object
Parameters
- cachedMessage
- Nullable<CachedEventHubMessage>