RecordedConnectionIssue.Record 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
Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices) |
record a connection issue, filling in timestamps etc. and notify the listener |
Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices) |
record a connection issue, filling in timestamps etc. and notify the listener |
Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)
record a connection issue, filling in timestamps etc. and notify the listener
public void Record (Orleans.EventSourcing.ConnectionIssue newIssue, Orleans.EventSourcing.IConnectionIssueListener listener, Orleans.EventSourcing.ILogConsistencyProtocolServices services);
member this.Record : Orleans.EventSourcing.ConnectionIssue * Orleans.EventSourcing.IConnectionIssueListener * Orleans.EventSourcing.ILogConsistencyProtocolServices -> unit
Public Sub Record (newIssue As ConnectionIssue, listener As IConnectionIssueListener, services As ILogConsistencyProtocolServices)
Parameters
- newIssue
- ConnectionIssue
the connection issue to be recorded
- listener
- IConnectionIssueListener
the listener for connection issues
- services
- ILogConsistencyProtocolServices
for reporting exceptions in listener
Applies to
Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)
- Source:
- RecordedConnectionIssue.cs
record a connection issue, filling in timestamps etc. and notify the listener
public void Record (Orleans.LogConsistency.ConnectionIssue newIssue, Orleans.LogConsistency.IConnectionIssueListener listener, Orleans.LogConsistency.ILogConsistencyProtocolServices services);
member this.Record : Orleans.LogConsistency.ConnectionIssue * Orleans.LogConsistency.IConnectionIssueListener * Orleans.LogConsistency.ILogConsistencyProtocolServices -> unit
Public Sub Record (newIssue As ConnectionIssue, listener As IConnectionIssueListener, services As ILogConsistencyProtocolServices)
Parameters
- newIssue
- ConnectionIssue
the connection issue to be recorded
- listener
- IConnectionIssueListener
the listener for connection issues
- services
- ILogConsistencyProtocolServices
for reporting exceptions in listener