C# 클래스 NServiceBus.Routing.MulticastRoutingStrategy

A routing strategy for multicast routing.
상속: RoutingStrategy
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

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

Applies the routing strategy to the message.

MulticastRoutingStrategy ( Type messageType ) : System

Creates new routing strategy.

메소드 상세

Apply() 공개 메소드

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

MulticastRoutingStrategy() 공개 메소드

Creates new routing strategy.
public MulticastRoutingStrategy ( Type messageType ) : System
messageType System.Type
리턴 System