Compartilhar via


BatchedNotificationMessage Classe

Definição

Uma mensagem de notificação que contém um lote de mensagens de notificação.

[System.Serializable]
public class BatchedNotificationMessage : Orleans.EventSourcing.Common.INotificationMessage, Orleans.MultiCluster.ILogConsistencyProtocolMessage
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class BatchedNotificationMessage : Orleans.EventSourcing.Common.INotificationMessage
[<System.Serializable>]
type BatchedNotificationMessage = class
    interface INotificationMessage
    interface ILogConsistencyProtocolMessage
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type BatchedNotificationMessage = class
    interface INotificationMessage
    interface ILogConsistencyProtocolMessage
Public Class BatchedNotificationMessage
Implements ILogConsistencyProtocolMessage, INotificationMessage
Public NotInheritable Class BatchedNotificationMessage
Implements INotificationMessage
Herança
BatchedNotificationMessage
Atributos
Implementações

Construtores

BatchedNotificationMessage()

Uma mensagem de notificação que contém um lote de mensagens de notificação.

Propriedades

Notifications

As mensagens de notificação contidas neste lote.

Version

O número de versão – para um lote, essa é a versão máxima contida.

Aplica-se a