EventHubDataAdapter(Serializer) 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.
Cache data adapter that adapts EventHub's EventData to CachedEventHubMessage used in cache
public EventHubDataAdapter (Orleans.Serialization.Serializer serializer);
new Orleans.Streaming.EventHubs.EventHubDataAdapter : Orleans.Serialization.Serializer -> Orleans.Streaming.EventHubs.EventHubDataAdapter
Public Sub New (serializer As Serializer)
Parameters
- serializer
- Serializer