Parameter | Description |
---|---|
hoServer | Object id of the DDO to disconnect |
Procedure Detach_Server Handle hoServer
Call: | Send Detach_Server hoServer |
The Detach_Server procedure disconnects this object and the specified DataDictionary object (DDO), where this object was the client of that DDO server.
Object DD1 is a Parent_DataDictionary End_Object // DD1 Object DD2 is a Child_DataDictionary End_Object // DD2 Send Detach_Server of DD2 DD1