Click or drag to resize

DummyHostSendNotification 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
Syntax
public void SendNotification(
	NotificationEventArgs args
)

Parameters

args
Type: Aloe.SystemFrameworks.DomainNotificationEventArgs
The NotificationEventArgs instance containing the message data.

Implements

IDomainSystemHostSendNotification(NotificationEventArgs)
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