C# Класс Rebus.Routing.TransportMessages.ForwardAction

Represents some action to perform with the incoming transport message. Must be created via the static functions
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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