JournaledGrain<TGrainState,TEventBase>.ILogConsistencyProtocolParticipant.OnProtocolMessageReceived Method

Definition

Receive a protocol message from other clusters, passed on to log view adaptor.

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

Parameters

Returns

Implements

Attributes

Applies to