Click or drag to resize

AlertServiceSend Method (String, String, String, String)

Send an alert immediately, and without expiration, to the specified user.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Send(
	string userId,
	string subject,
	string body,
	string link
)

Parameters

userId
Type: SystemString
The target user for the alert.
subject
Type: SystemString
The plain text subject of the alert.
body
Type: SystemString
The body of the alert. Currently this must be plain text.
link
Type: SystemString
A link to the item within the application to which the alert applies, optional.

Implements

IAlertServiceSend(String, String, String, String)
See Also