Edit

Share via


ILogViewAdaptorHost<TLogView,TLogEntry>.UpdateView Method

Definition

Implementation of view transitions. Any exceptions thrown will be caught and logged as a warning./>.

public void UpdateView (TLogView view, TLogEntry entry);
abstract member UpdateView : 'LogView * 'LogEntry -> unit
Public Sub UpdateView (view As TLogView, entry As TLogEntry)

Parameters

view
TLogView
entry
TLogEntry

Applies to