C# Class FubuMVC.Tests.ServiceBus.RecordingEnvelopeSender

Inheritance: IEnvelopeSender, IOutgoingSender
Afficher le fichier Open project: DarthFubuMVC/fubumvc

Méthodes publiques

Свойство Type Description
Outgoing IList
Sent IList

Méthodes publiques

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

Private Methods

Méthode Description
IOutgoingSender ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void

Method Details

Send() public méthode

public Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : string
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
Résultat string

Send() public méthode

public Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, IMessageCallback callback ) : string
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
callback IMessageCallback
Résultat string

SendFailureAcknowledgement() public méthode

public SendFailureAcknowledgement ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, string message ) : void
original FubuMVC.Core.ServiceBus.Runtime.Envelope
message string
Résultat void

SendOutgoingMessages() public méthode

public SendOutgoingMessages ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, IEnumerable cascadingMessages ) : void
original FubuMVC.Core.ServiceBus.Runtime.Envelope
cascadingMessages IEnumerable
Résultat void

Property Details

Outgoing public_oe property

public IList Outgoing
Résultat IList

Sent public_oe property

public IList Sent
Résultat IList