C# Класс NServiceBus.ConfigureForwarding

Contains extension methods to EndpointConfiguration.
Показать файл Открыть проект

Открытые методы

Метод Описание
ForwardReceivedMessagesTo ( this config, string address ) : void

Sets the address to which received messages will be forwarded.

Описание методов

ForwardReceivedMessagesTo() публичный статический Метод

Sets the address to which received messages will be forwarded.
public static ForwardReceivedMessagesTo ( this config, string address ) : void
config this The instance to apply the settings to.
address string The address to forward successfully processed messages to.
Результат void