IDomainSystemHostSendNotification Method |
Issues a notification with the specified message.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxvoid SendNotification(
NotificationEventArgs args
)
Sub SendNotification (
args As NotificationEventArgs
)
void SendNotification(
NotificationEventArgs^ args
)
abstract SendNotification :
args : NotificationEventArgs -> unit
Parameters
- args
- Type: Aloe.SystemFrameworks.DomainNotificationEventArgs
The NotificationEventArgs instance containing the message data.
Remarks
It is up to the hosting system to decide if and how to show the notification to the end user.
Notifications can be sent by business rules or other functions.
Warnings are usually used by the handlers for the data attribute change events.
See Also