C# Класс IServiceOriented.ServiceBus.Services.SubscriptionPersistenceService

Base class for subscription persistence
Наследование: RuntimeService
Показать файл Открыть проект

Защищенные методы

Метод Описание
CreateListener ( ListenerEndpoint endpoint ) : void

Create a listener in the persistence store

CreateSubscription ( SubscriptionEndpoint subscription ) : void

Create a subscription in the persistence store.

DeleteListener ( ListenerEndpoint endpoint ) : void

Delete a listener from the persistence store

DeleteSubscription ( SubscriptionEndpoint subscription ) : void

Delete a subscription from the persistence store.

LoadEndpoints ( ) : IEnumerable

Load saved end points from the persistence store.

OnListenerAdded ( ListenerEndpoint endpoint ) : void
OnListenerRemoved ( ListenerEndpoint endpoint ) : void
OnStart ( ) : void
OnStop ( ) : void
OnSubscriptionAdded ( SubscriptionEndpoint endpoint ) : void
OnSubscriptionRemoved ( SubscriptionEndpoint endpoint ) : void

Описание методов

CreateListener() защищенный абстрактный Метод

Create a listener in the persistence store
protected abstract CreateListener ( ListenerEndpoint endpoint ) : void
endpoint ListenerEndpoint
Результат void

CreateSubscription() защищенный абстрактный Метод

Create a subscription in the persistence store.
protected abstract CreateSubscription ( SubscriptionEndpoint subscription ) : void
subscription SubscriptionEndpoint
Результат void

DeleteListener() защищенный абстрактный Метод

Delete a listener from the persistence store
protected abstract DeleteListener ( ListenerEndpoint endpoint ) : void
endpoint ListenerEndpoint
Результат void

DeleteSubscription() защищенный абстрактный Метод

Delete a subscription from the persistence store.
protected abstract DeleteSubscription ( SubscriptionEndpoint subscription ) : void
subscription SubscriptionEndpoint
Результат void

LoadEndpoints() защищенный абстрактный Метод

Load saved end points from the persistence store.
protected abstract LoadEndpoints ( ) : IEnumerable
Результат IEnumerable

OnListenerAdded() защищенный Метод

protected OnListenerAdded ( ListenerEndpoint endpoint ) : void
endpoint ListenerEndpoint
Результат void

OnListenerRemoved() защищенный Метод

protected OnListenerRemoved ( ListenerEndpoint endpoint ) : void
endpoint ListenerEndpoint
Результат void

OnStart() защищенный Метод

protected OnStart ( ) : void
Результат void

OnStop() защищенный Метод

protected OnStop ( ) : void
Результат void

OnSubscriptionAdded() защищенный Метод

protected OnSubscriptionAdded ( SubscriptionEndpoint endpoint ) : void
endpoint SubscriptionEndpoint
Результат void

OnSubscriptionRemoved() защищенный Метод

protected OnSubscriptionRemoved ( SubscriptionEndpoint endpoint ) : void
endpoint SubscriptionEndpoint
Результат void