BatchClient.Dispose Method

Definition

Overloads

Dispose()

Releases the unmanaged resources and disposes of the managed resources used by the BatchClient.

Dispose(Boolean)

Releases unmanaged resources used by the BatchClient, and optionally disposes of managed resources.

Dispose()

Source:
BatchClient.cs

Releases the unmanaged resources and disposes of the managed resources used by the BatchClient.

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

Implements

Applies to

Dispose(Boolean)

Source:
BatchClient.cs

Releases unmanaged resources used by the BatchClient, and optionally disposes of managed resources.

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

Indicates whether the object is being disposed or finalized. If true, the object is being disposed and can dispose managed resource. If false, the object is being finalized and should only release unmanaged resources.

Applies to