C# 클래스 NServiceBus.Routing.RoutingStrategy

An abstraction that defines how a message is going to be routed.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( string>.Dictionary headers ) : AddressTag

Applies the routing strategy to the message.

메소드 상세

Apply() 공개 추상적인 메소드

Applies the routing strategy to the message.
public abstract Apply ( string>.Dictionary headers ) : AddressTag
headers string>.Dictionary Message headers.
리턴 AddressTag