共用方式為


ILogViewAdaptorHost<TLogView,TLogEntry>.OnViewChanged 方法

定義

通知主機有關狀態變更的細微性。 每當暫訂或確認的狀態變更時,就會呼叫 ILogViewAdaptor<TLogView,TLogEntry> 。 實作可能會因批次變更通知的批次變更和數目而有所不同。 任何擲回的例外狀況都會被攔截並記錄為 warning./ > 。

public void OnViewChanged (bool tentative, bool confirmed);
abstract member OnViewChanged : bool * bool -> unit
Public Sub OnViewChanged (tentative As Boolean, confirmed As Boolean)

參數

tentative
Boolean
confirmed
Boolean

適用於