JournaledGrain<TGrainState,TEventBase>.ILogConsistencyProtocolParticipant.OnProtocolMessageReceived Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- payload
- ILogConsistencyProtocolMessage
Returns
Implements
- Attributes