Edit

VersionNotificationMessage Class

Definition

A simple notification message containing only the version.

[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
Inheritance
VersionNotificationMessage
Attributes
Implements

Constructors

Name Description
VersionNotificationMessage()

Properties

Name Description
Version

The version number.

Applies to