destructor


pfcapsrv.pbl   >   pfc_n_cst_trregistration   >   destructor   

Full name pfc_n_cst_trregistration.destructor
Access public
Extend of
Return value
Prototype event destructor()

Name Datatype
No Data

Name Datatype
No Data

event destructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			destructor
//
//	Description:  	
//	Perform service clenaup.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   Initial version
// 6.0.01 Make the destruction of transaction objects optional.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1999 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

// If requested, destroy registered transaction objects
If of_IsDestructorDestroy() Then
	of_Destroy()
End If
end event

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_trregistration.of_isdestructordestroy pfc_n_cst_trregistration
pfc_n_cst_trregistration.of_destroy pfc_n_cst_trregistration

     
Full name
No Data

     
Name Scope
No Data