PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.OnNotificationReceived 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.
Handle notification messages. Override this to handle notification subtypes.
protected virtual void OnNotificationReceived (Orleans.EventSourcing.Common.INotificationMessage payload);
abstract member OnNotificationReceived : Orleans.EventSourcing.Common.INotificationMessage -> unit
override this.OnNotificationReceived : Orleans.EventSourcing.Common.INotificationMessage -> unit
Protected Overridable Sub OnNotificationReceived (payload As INotificationMessage)
Parameters
- payload
- INotificationMessage