C# 클래스 FubuMVC.LightningQueues.TransactionCallback

상속: IMessageCallback
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 메소드들

메소드 설명
MarkFailed ( Exception ex ) : void
MarkSuccessful ( ) : void
MoveToDelayedUntil ( System.DateTime time ) : void
MoveToErrors ( ErrorReport report ) : void
Requeue ( ) : void
Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void
TransactionCallback ( IQueueContext context, Message message ) : System

메소드 상세

MarkFailed() 공개 메소드

public MarkFailed ( Exception ex ) : void
ex System.Exception
리턴 void

MarkSuccessful() 공개 메소드

public MarkSuccessful ( ) : void
리턴 void

MoveToDelayedUntil() 공개 메소드

public MoveToDelayedUntil ( System.DateTime time ) : void
time System.DateTime
리턴 void

MoveToErrors() 공개 메소드

public MoveToErrors ( ErrorReport report ) : void
report FubuMVC.Core.ServiceBus.ErrorHandling.ErrorReport
리턴 void

Requeue() 공개 메소드

public Requeue ( ) : void
리턴 void

Send() 공개 메소드

public Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
리턴 void

TransactionCallback() 공개 메소드

public TransactionCallback ( IQueueContext context, Message message ) : System
context IQueueContext
message Message
리턴 System