ILogViewAdaptorHost<TLogView,TLogEntry>.OnViewChanged 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.
Notifies the host grain about state changes. Called by ILogViewAdaptor<TLogView,TLogEntry> whenever the tentative or confirmed state changes. Implementations may vary as to whether and how much they batch change notifications. Any exceptions thrown will be caught and logged as a warning./>.
public void OnViewChanged (bool tentative, bool confirmed);
abstract member OnViewChanged : bool * bool -> unit
Public Sub OnViewChanged (tentative As Boolean, confirmed As Boolean)
Parameters
- tentative
- Boolean
- confirmed
- Boolean