ILogViewAdaptorHost<TLogView,TLogEntry>.UpdateView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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