AdsMgDisconnect

Advantage Client Engine

Disconnects the management API connection from the given server

Syntax

UNSIGNED32

AdsMgDisconnect (ADSHANDLE hMgmtConnect);

Parameters

hMgmtConnect (I)

Handle of management API connection.

Remarks

AdsMgDisconnect currently is stubbed to call AdsDisconnect. It is recommended you use AdsMgDisconnect to disconnect the management API connection. A future release of the Advantage Client Engine may not support using a standard connection handle in place of a management API connection handle.

In a future release, AdsMgDisconnect may be used to disconnect the management API from the specified server.

Example

Click Here

See Also

AdsMgConnect

AdsMgDisconnect

AdsConnect