共用方式為


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.OnProtocolMessageReceived 方法

定義

多載

OnProtocolMessageReceived(ILogConsistencyProtocolMessage)

從網路呼叫

OnProtocolMessageReceived(ILogConsistencyProtocolMessage)

從網路呼叫

OnProtocolMessageReceived(ILogConsistencyProtocolMessage)

從網路呼叫

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)

參數

傳回

適用於

OnProtocolMessageReceived(ILogConsistencyProtocolMessage)

來源:
PrimaryBasedLogViewAdaptor.cs

從網路呼叫

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)

參數

傳回

實作

適用於