Compartilhar via


RecordedConnectionIssue.Record Método

Definição

Sobrecargas

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

registrar um problema de conexão, preencher carimbos de data/hora etc. e notificar o ouvinte

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

registrar um problema de conexão, preencher carimbos de data/hora etc. e notificar o ouvinte

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

registrar um problema de conexão, preencher carimbos de data/hora etc. e notificar o ouvinte

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)

Parâmetros

newIssue
ConnectionIssue

o problema de conexão a ser registrado

listener
IConnectionIssueListener

o ouvinte para problemas de conexão

services
ILogConsistencyProtocolServices

para relatar exceções no ouvinte

Aplica-se a

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

Origem:
RecordedConnectionIssue.cs

registrar um problema de conexão, preencher carimbos de data/hora etc. e notificar o ouvinte

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)

Parâmetros

newIssue
ConnectionIssue

o problema de conexão a ser registrado

listener
IConnectionIssueListener

o ouvinte para problemas de conexão

services
ILogConsistencyProtocolServices

para relatar exceções no ouvinte

Aplica-se a