C# 클래스 FubuMVC.Tests.ServiceBus.RecordingEnvelopeSender

상속: IEnvelopeSender, IOutgoingSender
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 프로퍼티들

프로퍼티 타입 설명
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