JournaledGrain<TGrainState,TEventBase>.OnConnectionIssue 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
OnConnectionIssue(ConnectionIssue) |
Called when the underlying persistence or replication protocol is running into some sort of connection trouble. Override this to monitor the health of the log-consistency protocol and/or to customize retry delays. Any exceptions thrown are caught and logged by the ILogViewAdaptorFactory. |
OnConnectionIssue(ConnectionIssue) |
Called when the underlying persistence or replication protocol is running into some sort of connection trouble. Override this to monitor the health of the log-consistency protocol and/or to customize retry delays. Any exceptions thrown are caught and logged by the ILogConsistencyProvider. |
OnConnectionIssue(ConnectionIssue)
Called when the underlying persistence or replication protocol is running into some sort of connection trouble.
Override this to monitor the health of the log-consistency protocol and/or to customize retry delays. Any exceptions thrown are caught and logged by the ILogViewAdaptorFactory.
protected virtual void OnConnectionIssue (Orleans.EventSourcing.ConnectionIssue issue);
abstract member OnConnectionIssue : Orleans.EventSourcing.ConnectionIssue -> unit
override this.OnConnectionIssue : Orleans.EventSourcing.ConnectionIssue -> unit
Protected Overridable Sub OnConnectionIssue (issue As ConnectionIssue)
Parameters
- issue
- ConnectionIssue
Applies to
OnConnectionIssue(ConnectionIssue)
- Source:
- JournaledGrain.cs
Called when the underlying persistence or replication protocol is running into some sort of connection trouble.
Override this to monitor the health of the log-consistency protocol and/or to customize retry delays. Any exceptions thrown are caught and logged by the ILogConsistencyProvider.
protected virtual void OnConnectionIssue (Orleans.LogConsistency.ConnectionIssue issue);
abstract member OnConnectionIssue : Orleans.LogConsistency.ConnectionIssue -> unit
override this.OnConnectionIssue : Orleans.LogConsistency.ConnectionIssue -> unit
Protected Overridable Sub OnConnectionIssue (issue As ConnectionIssue)
Parameters
- issue
- ConnectionIssue