다음을 통해 공유


ILogViewAdaptorHost<TLogView,TLogEntry>.OnViewChanged 메서드

정의

호스트 조직에 상태 변경에 대해 알 수 있습니다. 미정 또는 확인된 상태가 변경될 때마다 에 의해 ILogViewAdaptor<TLogView,TLogEntry> 호출됩니다. 구현은 변경 알림을 일괄 처리할지 여부와 양에 따라 달라질 수 있습니다. throw된 모든 예외는 에 의해 Logcatch되고 경고로 기록됩니다.

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

적용 대상