RecordedConnectionIssue.Resolve Method

Definition

Overloads

Resolve(IConnectionIssueListener, ILogConsistencyProtocolServices)

if there is a recorded issue, notify listener and clear it.

Resolve(IConnectionIssueListener, ILogConsistencyProtocolServices)

if there is a recorded issue, notify listener and clear it.

Resolve(IConnectionIssueListener, ILogConsistencyProtocolServices)

if there is a recorded issue, notify listener and clear it.

public void Resolve (Orleans.EventSourcing.IConnectionIssueListener listener, Orleans.EventSourcing.ILogConsistencyProtocolServices services);
member this.Resolve : Orleans.EventSourcing.IConnectionIssueListener * Orleans.EventSourcing.ILogConsistencyProtocolServices -> unit
Public Sub Resolve (listener As IConnectionIssueListener, services As ILogConsistencyProtocolServices)

Parameters

listener
IConnectionIssueListener

the listener for connection issues

services
ILogConsistencyProtocolServices

for reporting exceptions in listener

Applies to

Resolve(IConnectionIssueListener, ILogConsistencyProtocolServices)

Source:
RecordedConnectionIssue.cs

if there is a recorded issue, notify listener and clear it.

public void Resolve (Orleans.LogConsistency.IConnectionIssueListener listener, Orleans.LogConsistency.ILogConsistencyProtocolServices services);
member this.Resolve : Orleans.LogConsistency.IConnectionIssueListener * Orleans.LogConsistency.ILogConsistencyProtocolServices -> unit
Public Sub Resolve (listener As IConnectionIssueListener, services As ILogConsistencyProtocolServices)

Parameters

listener
IConnectionIssueListener

the listener for connection issues

services
ILogConsistencyProtocolServices

for reporting exceptions in listener

Applies to