JournaledGrain<TGrainState,TEventBase>.OnConnectionIssueResolved 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.
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
- issue
- ConnectionIssue
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
- issue
- ConnectionIssue