Method | Description | |
---|---|---|
MarkFailed ( |
||
MarkSuccessful ( ) : void | ||
MoveToDelayedUntil ( System.DateTime time ) : void | ||
MoveToErrors ( |
||
Requeue ( ) : void | ||
Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void | ||
TransactionCallback ( IQueueContext context, Message message ) : System |
public MarkFailed ( |
||
ex | ||
return | void |
public MoveToDelayedUntil ( System.DateTime time ) : void | ||
time | System.DateTime | |
return | void |
public MoveToErrors ( |
||
report | ||
return | void |
public Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void | ||
envelope | FubuMVC.Core.ServiceBus.Runtime.Envelope | |
return | void |
public TransactionCallback ( IQueueContext context, Message message ) : System | ||
context | IQueueContext | |
message | Message | |
return | System |