Méthode | Description | |
---|---|---|
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. |
Résultat | void |
public RollbackForTransaction ( IMessageContext context ) : void | ||
context | IMessageContext | The context. |
Résultat | void |
public RollbackMessage ( |
||
configuration | The configuration. | |
rollbackCommand | ICommandHandler |
The rollback command. |
setStatusCommandHandler | ICommandHandler |
The set status command handler. |
headers | SqlHeaders | The headers. |
Résultat | System |