Click or drag to resize

AppContextDisplayMessage 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
public void DisplayMessage(
	Alert message
)

Parameters

message
Type: NetQuarry.ServicesAlert
The message, represented as an Alert object.

Implements

IAppContextDisplayMessage(Alert)
Remarks
The ApplicationAlert event is fired immediately prior to delivery (Alert(IAppContext, ApplicationAlertArgs)). System configuration properties are available via the ScriptAlert service. You can use DisplayMessage(String, String, AlertDelivery, Int32, AlertAttrs) for registering a simple message.
See Also