Dart.PowerTCP.EmailValidation Namespace > Dns Class > Dispose Method : Dispose(Boolean) Method |
Releases all resources associated with the object.
The Object.Dispose method abruptly aborts the connection and releases all resources.
Object.Dispose should ONLY be used to release all resources used by the object, and the object should not be used subsequently. If an abort is desired, then Object.Close or Object.Connection.Close if available should be used to terminate activity and reset the object. The Object cannot be used once Object.Dispose or Object.Dispose(true) are called.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Dns Class | Dns Members | Overload List
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.