BatchedNotificationMessage Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |