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