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

Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Méthode Description
EventProcessorApplication ( string eventhostprocessorname, string eventhubname, string eventhubconnectionstring, string storageconnection ) : System
RegisterEventProcessor ( ) : void
UnRegisterEventProcessor ( ) : void

Method Details

EventProcessorApplication() public méthode

public EventProcessorApplication ( string eventhostprocessorname, string eventhubname, string eventhubconnectionstring, string storageconnection ) : System
eventhostprocessorname string
eventhubname string
eventhubconnectionstring string
storageconnection string
Résultat System

RegisterEventProcessor() public méthode

public RegisterEventProcessor ( ) : void
Résultat void

UnRegisterEventProcessor() public méthode

public UnRegisterEventProcessor ( ) : void
Résultat void