RecordedConnectionIssue.Record Method

Definition

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

Applies to