IConnectionIssueListener Interface
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.
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. |