IConnectionIssueListener Interface

Definition

An interface that is implemented by log-consistent grains using virtual protected methods that can be overridden by users, in order to monitor the connection issues.

public interface IConnectionIssueListener
type IConnectionIssueListener = interface
Public Interface IConnectionIssueListener
Derived

Methods

OnConnectionIssue(ConnectionIssue)

Called when running into some sort of connection trouble. The called code can modify the retry delay if desired, to change the default.

OnConnectionIssueResolved(ConnectionIssue)

Called when a previously reported connection issue has been resolved.

Applies to