Share via


TimingLogger.Dispose Method

Definition

Overloads

Dispose()

Dispose of the current instance. Dispose() for more information.

Dispose(Boolean)

Dispose of the current instance, stopping timing if necessary. Note that if timing is stopped here, the log will contain the default message (Stop(String))

Dispose()

Dispose of the current instance. Dispose() for more information.

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

Implements

Applies to

Dispose(Boolean)

Dispose of the current instance, stopping timing if necessary. Note that if timing is stopped here, the log will contain the default message (Stop(String))

protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit

Parameters

disposing
Boolean

Applies to