C# Класс FubuMVC.Tests.ServiceBus.RecordingEnvelopeSender

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

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

Свойство Тип Описание
Outgoing IList
Sent IList

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

Метод Описание
Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : string
Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, IMessageCallback callback ) : string
SendFailureAcknowledgement ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, string message ) : void
SendOutgoingMessages ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, IEnumerable cascadingMessages ) : void

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

Метод Описание
IOutgoingSender ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void

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

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

public Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : string
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
Результат string

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

public Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, IMessageCallback callback ) : string
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
callback IMessageCallback
Результат string

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

public SendFailureAcknowledgement ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, string message ) : void
original FubuMVC.Core.ServiceBus.Runtime.Envelope
message string
Результат void

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

public SendOutgoingMessages ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, IEnumerable cascadingMessages ) : void
original FubuMVC.Core.ServiceBus.Runtime.Envelope
cascadingMessages IEnumerable
Результат void

Описание свойств

Outgoing публичное свойство

public IList Outgoing
Результат IList

Sent публичное свойство

public IList Sent
Результат IList