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

适用于