C# Class Rebus.Routing.TransportMessages.ForwardAction

Represents some action to perform with the incoming transport message. Must be created via the static functions
Afficher le fichier Open project: rebus-org/Rebus

Méthodes publiques

Свойство Type Description
None ForwardAction

Private Properties

Свойство Type Description
ForwardAction System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ForwardAction ( ActionType actionType ) : System

Method Details

ForwardTo() public static méthode

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

ForwardTo() public static méthode

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

Property Details

None public_oe static_oe property

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