C# 클래스 NServiceBus.RoutingContext
파일 보기
프로젝트 열기: Particular/NServiceBus
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
RoutingContext ( OutgoingMessage messageToDispatch, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic |
|
|
RoutingContext ( OutgoingMessage messageToDispatch, RoutingStrategy routingStrategy, IBehaviorContext parentContext ) : System.Collections.Generic |
|
|
메소드 상세
public RoutingContext ( OutgoingMessage messageToDispatch, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic |
messageToDispatch |
OutgoingMessage |
|
routingStrategies |
IReadOnlyCollection |
|
parentContext |
IBehaviorContext |
|
리턴 |
System.Collections.Generic |
|
public RoutingContext ( OutgoingMessage messageToDispatch, RoutingStrategy routingStrategy, IBehaviorContext parentContext ) : System.Collections.Generic |
messageToDispatch |
OutgoingMessage |
|
routingStrategy |
RoutingStrategy |
|
parentContext |
IBehaviorContext |
|
리턴 |
System.Collections.Generic |
|