IAppContextDisplayMessage Method (Alert) |
Registers a message, specified by the
Alert object, for display on the next page rendering.
Note that this page message facility is built on top of the existing Alerts functionality. The message
information is stored in the
xot_alerts table and delivered asynchronously via an AJAX call upon
the next page rendering.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void DisplayMessage(
Alert message
)
Sub DisplayMessage (
message As Alert
)
Parameters
- message
- Type: NetQuarry.ServicesAlert
The message, represented as an Alert object.
Remarks See Also