NVIDIA Iray API Home  Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::bridge::IClient_transaction_callback Class Referenceabstract

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

Inheritance diagram for mi::bridge::IClient_transaction_callback:
Inheritance graph
[legend]

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...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xa110400a, 0x8dfe, 0x47d5, 0xaf, 0x28, 0x64, 0xe2, 0xe5, 0xd5, 0xa6, 0x6f >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
IInterface
Self
  Own type. More...
 
typedef Uuid_t< id1, id2, id3,
id4, id5, id6, id7, id8, id9,
id10, id11 > 
IID
  Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0xa110400a, 0x8dfe, 0x47d5, 0xaf, 0x28, 0x64, 0xe2, 0xe5, 0xd5, 0xa6, 0x6f >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

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

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

Member Function Documentation

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.