User Guide

Cross-product architecture 111
RPCMethods.CreateAutoReleasePool()
Usage
RPCMethods.CreateAutoReleasePool()
Arguments
None.
Returns
Nothing.
Description
Starts the auto-release block.
RPCMethods.DestroyAutoReleasePool()
Usage
RPCMethods.DestroyAutoReleasePool()
Arguments
None.
Returns
Nothing.
Description
Ends the auto-release block and frees all allocated remote objects in the current auto-release
block function.
RPCMethods.AddToAutoReleasePool()
Usage
RPCMethods.AddToAutoReleasePool(proxyObject)
Arguments
proxyObject
The object to add to the current pool.
Returns
Nothing.