ProcObject methods
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
A ProcObject provides the following methods:
-
Release_ProcObject ( ) - ProcName (...)
- FuncName (...)
Use this method to terminate and remove the context of the persistent procedure that is managed by the ProcObject:
|
Once this method is executed, no other methods on the ProcObject can be called. The SOAP
request header must contain the value of the ProcObjectID element. If other objects (AppObject or
SubAppObjects) are sharing the same connection, the connection does not terminate until you
call the release method for all the objects sharing the connection.
Call a ProcName method on the ProcObject to execute a corresponding internal procedure in the persistent procedure that is managed by the ProcObject:
|
The SOAP request header must contain the value of the ProcObjectID element.
Call a FuncName method on the ProcObject to execute a corresponding user-defined function in the persistent procedure that is managed by the ProcObject:
|
The SOAP request header must contain the value of the ProcObjectID element.