See Also

CertificateStore Class  | CertificateStore Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

disposing
See Also Languages PowerTCP SSL Sockets for .NET

Dispose(Boolean) Method

Dart.PowerTCP.SslSockets Namespace > CertificateStore Class > Dispose Method : Dispose(Boolean) Method

Releases all resources associated with the object.

[Visual Basic]
Overloads Public Sub Dispose( _    ByVal disposing As Boolean _ )
[C#]
public void Dispose(    bool disposing );
[C++]
public: void Dispose(    bool disposing )
[C++/CLI]
public: void Dispose(    bool disposing )

Parameters

disposing

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CertificateStore Class  | CertificateStore Members  | Overload List


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.