C# Class SampleStatefulSvc.myEventProcessor

sample implementation of IEventHubEventsProcessor all events (from all partitions) are delivered to an object that implements IEventHubEventsProcessor each batch of events is delivered from one partitions. ProcessEventsAsync will be called concurrently
Inheritance: IEventHubEventsProcessor
Datei anzeigen Open project: khenidak/service-fabric-eventhub-listener

Public Methods

Method Description
ProcessEventsAsync ( IEnumerable events, IEventHubPartitionState state ) : Task

Method Details

ProcessEventsAsync() public method

public ProcessEventsAsync ( IEnumerable events, IEventHubPartitionState state ) : Task
events IEnumerable
state IEventHubPartitionState
return Task