Solclient
| ITransactedSessionRollback Method |
Rolls back the active transaction of the given transacted session.
This method blocks the calling thread until a response is received or the operation fails.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Exceptions| Exception | Condition |
|---|---|
| OperationErrorException | Thrown when the operation fails. Possible sub-codes: |
| ObjectDisposedException | Thrown when the session is already disposed (terminal state). |
| FatalErrorException | Thrown when an unrecoverable error occurs. |
See Also