RecordedConnectionIssue.Resolve 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.
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