ITransactedSession.Rollback Method

Solclient

ITransactedSessionRollback Method
version: 7.2.1.27
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
ReturnCode Rollback()
Function Rollback As ReturnCode
ReturnCode Rollback()

Return Value

Type: ReturnCode
SOLCLIENT_OK if successful.
Exceptions
ExceptionCondition
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