10.24.0

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.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
ReturnCode Rollback()

Return Value

ReturnCode
SOLCLIENT_OK if successful.

Exceptions

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