BatchedNotificationMessage クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通知メッセージのバッチを含む通知メッセージ。
[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 |
バージョン番号 - バッチの場合、これは含まれる最大バージョンです。 |