ILogViewAdaptorHost<TLogView,TLogEntry>.OnViewChanged 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知主機有關狀態變更的細微性。 每當暫訂或確認的狀態變更時,就會呼叫 ILogViewAdaptor<TLogView,TLogEntry> 。 實作可能會因批次變更通知的批次變更和數目而有所不同。 擲回的任何例外狀況都會被攔截並記錄為 警告。 Log
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