Disconnect Method |
Top Previous Next |
The Disconnect method ends the connection sequence process. It actually doesn't produce by itself a disconnection to a resource, but fires the OnDisconnectRemote event in order to give the change to the client program to end the connection to the resource.
Visual Basic Syntax
TNBXmlClient.Disconnect
Delphi Syntax
TNBXmlClient.Disconnect;
See also Connect method, OnDisconnectRemote and OnDisconnect event.
|