C# 클래스 Rebus.Routing.TransportMessages.ForwardAction

Represents some action to perform with the incoming transport message. Must be created via the static functions
파일 보기 프로젝트 열기: rebus-org/Rebus

공개 프로퍼티들

프로퍼티 타입 설명
None ForwardAction

Private Properties

프로퍼티 타입 설명
ForwardAction System

공개 메소드들

메소드 설명
ForwardTo ( IEnumerable destinationAddresses ) : ForwardAction

Gets an action that causes the message to be forwarded to the queues specified by destinationAddresses

ForwardTo ( string destinationAddress ) : ForwardAction

Gets an action that causes the message to be forwarded to the queue specified by destinationAddress

비공개 메소드들

메소드 설명
ForwardAction ( ActionType actionType ) : System

메소드 상세

ForwardTo() 공개 정적인 메소드

Gets an action that causes the message to be forwarded to the queues specified by destinationAddresses
public static ForwardTo ( IEnumerable destinationAddresses ) : ForwardAction
destinationAddresses IEnumerable
리턴 ForwardAction

ForwardTo() 공개 정적인 메소드

Gets an action that causes the message to be forwarded to the queue specified by destinationAddress
public static ForwardTo ( string destinationAddress ) : ForwardAction
destinationAddress string
리턴 ForwardAction

프로퍼티 상세

None 공개적으로 정적으로 프로퍼티

Gets an action that causes the message to be handled normally
public static ForwardAction,Rebus.Routing.TransportMessages None
리턴 ForwardAction