EventHubDataAdapter Constructors
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.
Overloads
EventHubDataAdapter(SerializationManager) |
Cache data adapter that adapts EventHub's EventData to CachedEventHubMessage used in cache |
EventHubDataAdapter(SerializationManager, IObjectPool<FixedSizeBuffer>) |
Cache data adapter that adapts EventHub's EventData to CachedEventHubMessage used in cache |
EventHubDataAdapter(SerializationManager)
- Source:
- EventHubDataAdapter.cs
Cache data adapter that adapts EventHub's EventData to CachedEventHubMessage used in cache
public EventHubDataAdapter (Orleans.Serialization.SerializationManager serializationManager);
new Orleans.ServiceBus.Providers.EventHubDataAdapter : Orleans.Serialization.SerializationManager -> Orleans.ServiceBus.Providers.EventHubDataAdapter
Public Sub New (serializationManager As SerializationManager)
Parameters
- serializationManager
- SerializationManager
Applies to
EventHubDataAdapter(SerializationManager, IObjectPool<FixedSizeBuffer>)
Cache data adapter that adapts EventHub's EventData to CachedEventHubMessage used in cache
public EventHubDataAdapter (Orleans.Serialization.SerializationManager serializationManager, Orleans.Providers.Streams.Common.IObjectPool<Orleans.Providers.Streams.Common.FixedSizeBuffer> bufferPool);
new Orleans.ServiceBus.Providers.EventHubDataAdapter : Orleans.Serialization.SerializationManager * Orleans.Providers.Streams.Common.IObjectPool<Orleans.Providers.Streams.Common.FixedSizeBuffer> -> Orleans.ServiceBus.Providers.EventHubDataAdapter
Public Sub New (serializationManager As SerializationManager, bufferPool As IObjectPool(Of FixedSizeBuffer))
Parameters
- serializationManager
- SerializationManager
- bufferPool
- IObjectPool<FixedSizeBuffer>