ActiveDirectoryInterSiteTransport.Dispose Método
Definição
Libera os recursos usados pelo objeto.Releases the resources that are used by the object.
Sobrecargas
| Dispose() |
Libera os recursos que são usados pelo objeto.Releases all resources that are used by the object. |
| Dispose(Boolean) |
Libera os recursos não gerenciados usados pelo objeto e libera opcionalmente os recursos gerados.Releases the unmanaged resources that are used by the object and optionally releases the managed resources. |
Dispose()
Libera os recursos que são usados pelo objeto.Releases all resources that are used by the object.
public:
virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()
Implementações
Aplica-se a
Dispose(Boolean)
Libera os recursos não gerenciados usados pelo objeto e libera opcionalmente os recursos gerados.Releases the unmanaged resources that are used by the object and optionally releases the managed resources.
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)
Parâmetros
- disposing
- Boolean
true se os recursos gerenciados devem ser liberados; false se apenas os recursos não gerenciados devem ser liberados.true if the managed resources should be released; false if only the unmanaged resources should be released.