共用方式為


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

定義

合併兩個通知訊息,以進行批次處理。 覆寫以處理通知子類型。

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

傳回

適用於