메소드 | 설명 | |
---|---|---|
Rollback ( IMessageContext context ) : void |
Rollbacks the specified message by setting the status
|
|
RollbackForTransaction ( IMessageContext context ) : void |
Rollbacks the specified message by rolling back the transaction
|
|
RollbackMessage ( |
Initializes a new instance of the RollbackMessage class.
|
public Rollback ( IMessageContext context ) : void | ||
context | IMessageContext | The context. |
리턴 | void |
public RollbackForTransaction ( IMessageContext context ) : void | ||
context | IMessageContext | The context. |
리턴 | void |
public RollbackMessage ( |
||
configuration | The configuration. | |
rollbackCommand | ICommandHandler |
The rollback command. |
setStatusCommandHandler | ICommandHandler |
The set status command handler. |
headers | SqlHeaders | The headers. |
리턴 | System |