INotificationMessage インターフェイス

定義

ログを更新した後、ログ ビュー アダプターによって他のクラスターに送信される通知メッセージの基本クラス。 すべてのサブクラスはシリアル化可能である必要があります。

public interface INotificationMessage : Orleans.MultiCluster.ILogConsistencyProtocolMessage
public interface INotificationMessage : Orleans.EventSourcing.ILogConsistencyProtocolMessage
type INotificationMessage = interface
    interface ILogConsistencyProtocolMessage
Public Interface INotificationMessage
Implements ILogConsistencyProtocolMessage
派生
実装

プロパティ

Version

バージョン番号。

適用対象