Compartir a través de


BatchedNotificationMessage Clase

Definición

Mensaje de notificación que contiene un lote de mensajes de notificación.

[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
Herencia
BatchedNotificationMessage
Atributos
Implementaciones

Constructores

BatchedNotificationMessage()

Mensaje de notificación que contiene un lote de mensajes de notificación.

Propiedades

Notifications

Los mensajes de notificación contenidos en este lote.

Version

Número de versión: para un lote, esta es la versión máxima contenida.

Se aplica a