C# Класс NServiceBus.Routing.MessageDrivenSubscriptions.Publishers

Manages the information about publishers.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddOrReplacePublishers ( string sourceKey, IList entries ) : void

Adds or replaces a set of publisher registrations. The registration set is identified . If the method is called the first time with a given , the registrations are added. If the method is called with the same multiple times, the publishers registered previously under this key are replaced.

Приватные методы

Метод Описание
GetPublisherFor ( Type eventType ) : IEnumerable

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

AddOrReplacePublishers() публичный Метод

Adds or replaces a set of publisher registrations. The registration set is identified . If the method is called the first time with a given , the registrations are added. If the method is called with the same multiple times, the publishers registered previously under this key are replaced.
public AddOrReplacePublishers ( string sourceKey, IList entries ) : void
sourceKey string Key for this registration source.
entries IList Entries.
Результат void