C# Класс NServiceBus.Routing.UnicastRoutingTable

The unicast routing table.
Показать файл Открыть проект Примеры использования класса

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

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

Adds or replaces a set of routes for a given group key. The route set is identified . If the method is called the first time with a given , the routes are added. If the method is called with the same multiple times, the routes registered previously under this key are replaced.

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

Метод Описание
GetRouteFor ( Type messageType ) : UnicastRoute

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

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

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