JournaledGrain<TGrainState,TEventBase>.OnConnectionIssue Method

Definition

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.

C#
protected virtual void OnConnectionIssue(Orleans.EventSourcing.ConnectionIssue issue);

Parameters

Applies to

.NET Orleans 9.0.0 an aner Versiounen
Produkt Versiounen
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0

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.

C#
protected virtual void OnConnectionIssue(Orleans.LogConsistency.ConnectionIssue issue);

Parameters

Applies to

.NET Orleans 3.6.0 an aner Versiounen
Produkt Versiounen
.NET Orleans 1.5.10, 3.4.5, 3.6.0