IGenericObjectDestroyChildAsync Method |
Name | Description | |
---|---|---|
DestroyChildAsync(String, GenericObjectProperties, AsyncHandle) | 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(String, GenericObjectProperties, FuncResponse, T, AsyncHandle) | 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. |