Click or drag to resize

IAlertService.Send Method (String, String, String, String, String, Nullable<TimeSpan>)

Send an alert immediately, but only if deliverable within the specified date/time window.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Send(
	string userId,
	string subject,
	string body,
	string mop,
	string pk,
	Nullable<TimeSpan> duration
)

Parameters

userId
Type: System.String
The target user for the alert.
subject
Type: System.String
The plain text subject of the alert.
body
Type: System.String
The body of the alert. Currently this must be plain text.
mop
Type: System.String
The MOP for the related item.
pk
Type: System.String
The primary key (really the RowKey) for the related item.
duration
Type: System.Nullable<TimeSpan>
The length of the delivery date/time window. If the alert has not been delivered before that window expires it will not be delivered.
See Also