| GenericObjectDestroyChildAsync Method |
| Name | Description | |
|---|---|---|
| DestroyChildAsync(String, GenericObjectProperties) | Removes a child object. It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object. | |
| DestroyChildAsync(AsyncHandle, String, GenericObjectProperties) | Removes a child object. It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object. | |
| DestroyChildAsyncT(AsyncHandle, FuncResponse, T, String, GenericObjectProperties) | Removes a child object. It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object. |