다음을 통해 공유


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

버전 번호 - 일괄 처리의 경우 포함된 최대 버전입니다.

적용 대상