FTL.Property.destroy()
Signature
void destroy (Object property)
Description
Destroy the properties object.An application can destroy a properties object to reclaim its resources. Destroying a properties object does not invalidate objects created with it. (For example, the queue creation call copies property values into the new queue.)
Parameters
Name | Type | Description |
property | Object | property object |