共用方式為


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

版本號碼 - 針對批次,這是包含的最大版本。

適用於