C# Класс Yodiwo.PaaS.Azure.Application.EventProcessorApplication

Показать файл Открыть проект

Открытые методы

Метод Описание
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