VersionNotificationMessage 类

定义

仅包含版本的简单通知消息。

[System.Serializable]
public class VersionNotificationMessage : Orleans.EventSourcing.Common.INotificationMessage, Orleans.MultiCluster.ILogConsistencyProtocolMessage
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class VersionNotificationMessage : Orleans.EventSourcing.Common.INotificationMessage
[<System.Serializable>]
type VersionNotificationMessage = class
    interface INotificationMessage
    interface ILogConsistencyProtocolMessage
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type VersionNotificationMessage = class
    interface INotificationMessage
    interface ILogConsistencyProtocolMessage
Public Class VersionNotificationMessage
Implements ILogConsistencyProtocolMessage, INotificationMessage
Public NotInheritable Class VersionNotificationMessage
Implements INotificationMessage
继承
VersionNotificationMessage
属性
实现

构造函数

VersionNotificationMessage()

仅包含版本的简单通知消息。

属性

Version

版本号。

适用于