PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.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.
Overloads
OnProtocolMessageReceived(ILogConsistencyProtocolMessage) |
Called from network |
OnProtocolMessageReceived(ILogConsistencyProtocolMessage) |
Called from network |
OnProtocolMessageReceived(ILogConsistencyProtocolMessage)
Called from network
public System.Threading.Tasks.Task<Orleans.EventSourcing.ILogConsistencyProtocolMessage> OnProtocolMessageReceived (Orleans.EventSourcing.ILogConsistencyProtocolMessage payLoad);
member this.OnProtocolMessageReceived : Orleans.EventSourcing.ILogConsistencyProtocolMessage -> System.Threading.Tasks.Task<Orleans.EventSourcing.ILogConsistencyProtocolMessage>
Public Function OnProtocolMessageReceived (payLoad As ILogConsistencyProtocolMessage) As Task(Of ILogConsistencyProtocolMessage)
Parameters
- payLoad
- ILogConsistencyProtocolMessage
Returns
Applies to
OnProtocolMessageReceived(ILogConsistencyProtocolMessage)
Called from network
public System.Threading.Tasks.Task<Orleans.MultiCluster.ILogConsistencyProtocolMessage> OnProtocolMessageReceived (Orleans.MultiCluster.ILogConsistencyProtocolMessage payLoad);
abstract member OnProtocolMessageReceived : Orleans.MultiCluster.ILogConsistencyProtocolMessage -> System.Threading.Tasks.Task<Orleans.MultiCluster.ILogConsistencyProtocolMessage>
override this.OnProtocolMessageReceived : Orleans.MultiCluster.ILogConsistencyProtocolMessage -> System.Threading.Tasks.Task<Orleans.MultiCluster.ILogConsistencyProtocolMessage>
member this.OnProtocolMessageReceived : Orleans.MultiCluster.ILogConsistencyProtocolMessage -> System.Threading.Tasks.Task<Orleans.MultiCluster.ILogConsistencyProtocolMessage>
Public Function OnProtocolMessageReceived (payLoad As ILogConsistencyProtocolMessage) As Task(Of ILogConsistencyProtocolMessage)
Parameters
- payLoad
- ILogConsistencyProtocolMessage