Edit

Share via


JournaledGrain<TGrainState,TEventBase>.OnConnectionIssueResolved Method

Definition

Overloads

OnConnectionIssueResolved(ConnectionIssue)

Called when a previously reported connection issue has been resolved.

Override this to monitor the health of the log-consistency protocol. Any exceptions thrown are caught and logged by the ILogConsistencyProvider.

OnConnectionIssueResolved(ConnectionIssue)

Called when a previously reported connection issue has been resolved.

Override this to monitor the health of the log-consistency protocol. Any exceptions thrown are caught and logged by the ILogViewAdaptorFactory.

OnConnectionIssueResolved(ConnectionIssue)

Source:
JournaledGrain.cs

Called when a previously reported connection issue has been resolved.

Override this to monitor the health of the log-consistency protocol. Any exceptions thrown are caught and logged by the ILogConsistencyProvider.

protected virtual void OnConnectionIssueResolved (Orleans.LogConsistency.ConnectionIssue issue);
abstract member OnConnectionIssueResolved : Orleans.LogConsistency.ConnectionIssue -> unit
override this.OnConnectionIssueResolved : Orleans.LogConsistency.ConnectionIssue -> unit
Protected Overridable Sub OnConnectionIssueResolved (issue As ConnectionIssue)

Parameters

Applies to

OnConnectionIssueResolved(ConnectionIssue)

Called when a previously reported connection issue has been resolved.

Override this to monitor the health of the log-consistency protocol. Any exceptions thrown are caught and logged by the ILogViewAdaptorFactory.

protected virtual void OnConnectionIssueResolved (Orleans.EventSourcing.ConnectionIssue issue);
abstract member OnConnectionIssueResolved : Orleans.EventSourcing.ConnectionIssue -> unit
override this.OnConnectionIssueResolved : Orleans.EventSourcing.ConnectionIssue -> unit
Protected Overridable Sub OnConnectionIssueResolved (issue As ConnectionIssue)

Parameters

Applies to