neuray API Programmer's Manual

mi::bridge::IClient_transaction_callback Class Reference

[Bridge client]

Description

Abstract interface for callbacks for asynchronous transaction commit or abort events.

See also:

mi::bridge::IClient_transaction::commit(), mi::bridge::IClient_transaction::abort()

Public Member Functions

virtual void transaction_done_callback( Sint32 error_code) =0
This method is called when the Bridge transaction has been successfully committed or aborted, or if an error prevented the operation from completing. More...

Member Functions

virtual void mi::​bridge::​IClient_transaction_callback::transaction_done_callback( Sint32 error_code) [pure virtual]

This method is called when the Bridge transaction has been successfully committed or aborted, or if an error prevented the operation from completing.

Parameters

error_code
  • 0: Success.
  • -1: Network error,
  • <= -2: Unspecified error.