ILogViewAdaptorHost<TLogView,TLogEntry>.OnViewChanged 方法

定义

通知主机有关状态更改的粒度。 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

适用于