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
Afficher le fichier Open project: khenidak/service-fabric-eventhub-listener

Méthodes publiques

Méthode Description
ProcessEventsAsync ( IEnumerable events, IEventHubPartitionState state ) : Task

Method Details

ProcessEventsAsync() public méthode

public ProcessEventsAsync ( IEnumerable events, IEventHubPartitionState state ) : Task
events IEnumerable
state IEventHubPartitionState
Résultat Task