BatchedNotificationMessage 类

定义

包含一批通知消息的通知消息。

[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
继承
BatchedNotificationMessage
属性
实现

构造函数

BatchedNotificationMessage()

包含一批通知消息的通知消息。

属性

Notifications

此批中包含的通知消息。

Version

版本号 - 对于批,这是包含的最高版本。

适用于