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