Compartilhar via


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

Definição

Mesclar duas mensagens de notificação para envio em lote. Substitua para lidar com subtipos de notificação.

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

Parâmetros

earliermessage
INotificationMessage
latermessage
INotificationMessage

Retornos

Aplica-se a