C# 클래스 Yodiwo.PaaS.Azure.Application.EventProcessorApplication

파일 보기 프로젝트 열기: yodiwo/plegma

공개 메소드들

메소드 설명
EventProcessorApplication ( string eventhostprocessorname, string eventhubname, string eventhubconnectionstring, string storageconnection ) : System
RegisterEventProcessor ( ) : void
UnRegisterEventProcessor ( ) : void

메소드 상세

EventProcessorApplication() 공개 메소드

public EventProcessorApplication ( string eventhostprocessorname, string eventhubname, string eventhubconnectionstring, string storageconnection ) : System
eventhostprocessorname string
eventhubname string
eventhubconnectionstring string
storageconnection string
리턴 System

RegisterEventProcessor() 공개 메소드

public RegisterEventProcessor ( ) : void
리턴 void

UnRegisterEventProcessor() 공개 메소드

public UnRegisterEventProcessor ( ) : void
리턴 void