Edit

Share via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Merge Method

Definition

Merge two notification messages, for batching. Override to handle notification subtypes.

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

Parameters

earliermessage
INotificationMessage
latermessage
INotificationMessage

Returns

Applies to