LdapConnection.Dispose Method

Definition

Closes and optionally releases the LDAP handle.

Overloads

Dispose()

The Dispose() method closes and releases the LDAP handle.

Dispose(Boolean)

The Dispose(Boolean) method closes the connection and optionally releases the LDAP handle.

Dispose()

Source:
LdapConnection.cs
Source:
LdapConnection.cs
Source:
LdapConnection.cs

The Dispose() method closes and releases the LDAP handle.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Implements

Applies to

Dispose(Boolean)

Source:
LdapConnection.cs
Source:
LdapConnection.cs
Source:
LdapConnection.cs

The Dispose(Boolean) method closes the connection and optionally releases the LDAP handle.

protected:
 virtual void Dispose(bool disposing);
protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

true if the handle is released when the connection is closed or false if the connection is closed without releasing the handle.

Applies to