IConnectionIssueListener.OnConnectionIssue(ConnectionIssue) 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.
Called when running into some sort of connection trouble. The called code can modify the retry delay if desired, to change the default.
public void OnConnectionIssue (Orleans.LogConsistency.ConnectionIssue connectionIssue);
abstract member OnConnectionIssue : Orleans.LogConsistency.ConnectionIssue -> unit
Public Sub OnConnectionIssue (connectionIssue As ConnectionIssue)
Parameters
- connectionIssue
- ConnectionIssue