C# Class Yodiwo.PaaS.Azure.Application.EventProcessorApplication

Mostrar archivo Open project: yodiwo/plegma

Public Methods

Method Description
EventProcessorApplication ( string eventhostprocessorname, string eventhubname, string eventhubconnectionstring, string storageconnection ) : System
RegisterEventProcessor ( ) : void
UnRegisterEventProcessor ( ) : void

Method Details

EventProcessorApplication() public method

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

RegisterEventProcessor() public method

public RegisterEventProcessor ( ) : void
return void

UnRegisterEventProcessor() public method

public UnRegisterEventProcessor ( ) : void
return void