PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.BroadcastNotification Method
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.
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
the notification message to send
- exclude
- String
if non-null, exclude this cluster id from the notification