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

バージョン番号 - バッチの場合、これは含まれる最大バージョンです。

適用対象