C# 클래스 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
상속: IEventHubEventsProcessor
파일 보기 프로젝트 열기: khenidak/service-fabric-eventhub-listener

공개 메소드들

메소드 설명
ProcessEventsAsync ( IEnumerable events, IEventHubPartitionState state ) : Task

메소드 상세

ProcessEventsAsync() 공개 메소드

public ProcessEventsAsync ( IEnumerable events, IEventHubPartitionState state ) : Task
events IEnumerable
state IEventHubPartitionState
리턴 Task