PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.BroadcastNotification メソッド

定義

すべてのリモート インスタンスに通知メッセージを送信する

protected void BroadcastNotification (Orleans.EventSourcing.Common.INotificationMessage msg, string exclude = default);
member this.BroadcastNotification : Orleans.EventSourcing.Common.INotificationMessage * string -> unit
Protected Sub BroadcastNotification (msg As INotificationMessage, Optional exclude As String = Nothing)

パラメーター

msg
INotificationMessage

送信する通知メッセージ

exclude
String

null 以外の場合は、このクラスター ID を通知から除外します

適用対象