Click or drag to resize
GenericObjectDestroyChildAsync Method
Overload List
  NameDescription
Public methodDestroyChildAsync(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.
Public methodDestroyChildAsync(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.
Public methodDestroyChildAsyncT(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.
Top
See Also