Freigeben über


BatchedNotificationMessage Klasse

Definition

Eine Benachrichtigung, die einen Batch von Benachrichtigungen enthält.

[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
Vererbung
BatchedNotificationMessage
Attribute
Implementiert

Konstruktoren

BatchedNotificationMessage()

Eine Benachrichtigung, die einen Batch von Benachrichtigungen enthält.

Eigenschaften

Notifications

Die in diesem Batch enthaltenen Benachrichtigungen.

Version

Die Versionsnummer: Für einen Batch ist dies die maximal enthaltene Version.

Gilt für: