共用方式為


EventHubQueueCache<TCachedMessage>.cache 欄位

定義

基礎訊息快取實作

protected readonly Orleans.Providers.Streams.Common.PooledQueueCache<Microsoft.ServiceBus.Messaging.EventData,TCachedMessage> cache;
protected readonly Orleans.Providers.Streams.Common.PooledQueueCache<Microsoft.Azure.EventHubs.EventData,TCachedMessage> cache;
val mutable cache : Orleans.Providers.Streams.Common.PooledQueueCache<Microsoft.ServiceBus.Messaging.EventData, 'CachedMessage (requires 'CachedMessage : struct)>
val mutable cache : Orleans.Providers.Streams.Common.PooledQueueCache<Microsoft.Azure.EventHubs.EventData, 'CachedMessage (requires 'CachedMessage : struct)>
Protected ReadOnly cache As PooledQueueCache(Of EventData, TCachedMessage) 

欄位值

PooledQueueCache<EventData,TCachedMessage>
PooledQueueCache<EventData,TCachedMessage>

適用於