Edit

Share via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.BroadcastNotification Method

Definition

Send a notification message to all remote instances

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)

Parameters

msg
INotificationMessage

the notification message to send

exclude
String

if non-null, exclude this cluster id from the notification

Applies to