Partager via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Merge Méthode

Définition

Fusionner deux messages de notification, pour le traitement par lot. Remplacez pour gérer les sous-types de notification.

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

Paramètres

earliermessage
INotificationMessage
latermessage
INotificationMessage

Retours

S’applique à