C# Класс Rebus.Pipeline.Send.SendOutgoingMessageStep

Наследование: IOutgoingStep
Показать файл Открыть проект

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

Метод Описание
Process ( OutgoingStepContext context, Func next ) : System.Threading.Tasks.Task

Sends the outgoing message using the configured ITransport, sending to the DestinationAddresses found in the OutgoingStepContext.

SendOutgoingMessageStep ( ITransport transport, IRebusLoggerFactory rebusLoggerFactory ) : System

Constructs the step, using the specified transport to send the messages

Приватные методы

Метод Описание
Send ( List destinationAddressesList, Rebus.Messages.TransportMessage transportMessage, ITransactionContext currentTransactionContext ) : System.Threading.Tasks.Task

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

Process() публичный Метод

Sends the outgoing message using the configured ITransport, sending to the DestinationAddresses found in the OutgoingStepContext.
public Process ( OutgoingStepContext context, Func next ) : System.Threading.Tasks.Task
context OutgoingStepContext
next Func
Результат System.Threading.Tasks.Task

SendOutgoingMessageStep() публичный Метод

Constructs the step, using the specified transport to send the messages
public SendOutgoingMessageStep ( ITransport transport, IRebusLoggerFactory rebusLoggerFactory ) : System
transport ITransport
rebusLoggerFactory IRebusLoggerFactory
Результат System