Redigera

Dela via


ILogViewAdaptorHost<TLogView,TLogEntry>.OnViewChanged Method

Definition

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

Applies to