次の方法で共有


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Merge メソッド

定義

バッチ処理のために、2 つの通知メッセージをマージします。 通知サブタイプを処理するには、 をオーバーライドします。

protected virtual Orleans.EventSourcing.Common.INotificationMessage Merge (Orleans.EventSourcing.Common.INotificationMessage earliermessage, Orleans.EventSourcing.Common.INotificationMessage latermessage);
abstract member Merge : Orleans.EventSourcing.Common.INotificationMessage * Orleans.EventSourcing.Common.INotificationMessage -> Orleans.EventSourcing.Common.INotificationMessage
override this.Merge : Orleans.EventSourcing.Common.INotificationMessage * Orleans.EventSourcing.Common.INotificationMessage -> Orleans.EventSourcing.Common.INotificationMessage
Protected Overridable Function Merge (earliermessage As INotificationMessage, latermessage As INotificationMessage) As INotificationMessage

パラメーター

earliermessage
INotificationMessage
latermessage
INotificationMessage

戻り値

適用対象