VersionNotificationMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
VersionNotificationMessage() |
Properties
Version |
The version number. |