RecordedConnectionIssue.Record メソッド

定義

オーバーロード

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

接続の問題を記録し、タイムスタンプなどを入力してリスナーに通知する

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

接続の問題を記録し、タイムスタンプなどを入力してリスナーに通知する

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

接続の問題を記録し、タイムスタンプなどを入力してリスナーに通知する

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)

パラメーター

newIssue
ConnectionIssue

記録される接続の問題

listener
IConnectionIssueListener

接続の問題のリスナー

services
ILogConsistencyProtocolServices

リスナーの例外を報告する場合

適用対象

Record(ConnectionIssue, IConnectionIssueListener, ILogConsistencyProtocolServices)

ソース:
RecordedConnectionIssue.cs

接続の問題を記録し、タイムスタンプなどを入力してリスナーに通知する

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)

パラメーター

newIssue
ConnectionIssue

記録される接続の問題

listener
IConnectionIssueListener

接続の問題のリスナー

services
ILogConsistencyProtocolServices

リスナーの例外を報告する場合

適用対象