EventHubBatchContainer(EventHubMessage, SerializationManager) Constructor
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.
Batch container that deliveres events from cached EventHub data associated with an orleans stream
public EventHubBatchContainer (Orleans.ServiceBus.Providers.EventHubMessage eventHubMessage, Orleans.Serialization.SerializationManager serializationManager);
new Orleans.ServiceBus.Providers.EventHubBatchContainer : Orleans.ServiceBus.Providers.EventHubMessage * Orleans.Serialization.SerializationManager -> Orleans.ServiceBus.Providers.EventHubBatchContainer
Public Sub New (eventHubMessage As EventHubMessage, serializationManager As SerializationManager)
Parameters
- eventHubMessage
- EventHubMessage
- serializationManager
- SerializationManager