C# 클래스 NServiceBus.Routing.UnicastRoutingTable

The unicast routing table.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
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