ILogConsistencyProtocolParticipant.OnProtocolMessageReceived メソッド

定義

別のクラスターからメッセージを受信したときに呼び出されます。 デッドロックを回避するには、他の呼び出しとインターリーブする必要があります。

[Orleans.Concurrency.AlwaysInterleave]
public System.Threading.Tasks.Task<Orleans.MultiCluster.ILogConsistencyProtocolMessage> OnProtocolMessageReceived (Orleans.MultiCluster.ILogConsistencyProtocolMessage payload);
[<Orleans.Concurrency.AlwaysInterleave>]
abstract member OnProtocolMessageReceived : Orleans.MultiCluster.ILogConsistencyProtocolMessage -> System.Threading.Tasks.Task<Orleans.MultiCluster.ILogConsistencyProtocolMessage>
Public Function OnProtocolMessageReceived (payload As ILogConsistencyProtocolMessage) As Task(Of ILogConsistencyProtocolMessage)

パラメーター

payload
ILogConsistencyProtocolMessage

配信されるプロトコル メッセージ

戻り値

属性

適用対象