PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.OnProtocolMessageReceived 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- payLoad
- ILogConsistencyProtocolMessage
傳回
適用於
OnProtocolMessageReceived(ILogConsistencyProtocolMessage)
從網路呼叫
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)
參數
- payLoad
- ILogConsistencyProtocolMessage