BatchedNotificationMessage Class

Definition

A notification message containing a batch of notification messages.

[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
Inheritance
BatchedNotificationMessage
Attributes
Implements

Constructors

BatchedNotificationMessage()

Properties

Notifications

The notification messages contained in this batch.

Version

The version number - for a batch, this is the maximum version contained.

Applies to