Difference between revisions of "Pandora - Delete Transaction"

From SmartWiki
Jump to: navigation, search
(Created page with 'This function will delete a single transaction record. trans_delete(flag,callbackfunc,transid) {| border="1" !Parameter !Description |- |'''Flag'''|| Asynchronous processing F…')
 
 
Line 1: Line 1:
This function will delete a single transaction record.
+
This function will delete a single [[transaction]] record.
  
 
  trans_delete(flag,callbackfunc,transid)
 
  trans_delete(flag,callbackfunc,transid)

Latest revision as of 15:42, 25 June 2013

This function will delete a single transaction record.

trans_delete(flag,callbackfunc,transid)
Parameter Description
Flag Asynchronous processing Flag

Set to False for synchronous processing.

Set to True for asynchronous processing.

Callbackfunc User created Java function to manage the callback from an asynchronous function.
transid transid of the object to be deleted from the system.
Returns