共用方式為


TimingLogger.Dispose 方法

定義

多載

Dispose()

處置目前的實例。 Dispose() 如需詳細資訊。

Dispose(Boolean)

處置目前的實例,視需要停止計時。 請注意,如果在這裡停止計時,記錄檔會包含預設訊息 (Stop(String)

Dispose()

處置目前的實例。 Dispose() 如需詳細資訊。

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

實作

適用於

Dispose(Boolean)

處置目前的實例,視需要停止計時。 請注意,如果在這裡停止計時,記錄檔會包含預設訊息 (Stop(String)

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

參數

disposing
Boolean

適用於