Click or drag to resize

IAlertService Interface

Interface implemented by services providing alerts to users.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IAlertService

The IAlertService type exposes the following members.

Properties
  NameDescription
Public propertySettings
Gets the alert configuration settings for the service.
Top
Methods
  NameDescription
Public methodSend(String, String, String, String)
Send an alert immediately, and without expiration, to the specified user.
Public methodSend(String, String, String, String, NullableDateTime)
Send an alert at the specified date/time (and without expiration) to the specified user.
Public methodSend(String, String, String, String, NullableTimeSpan)
Send an alert immediately, but only if deliverable within the specified date/time window.
Public methodSend(String, String, String, String, String)
Send an alert immediately, and without expiration, to the specified user.
Public methodSend(String, String, String, String, NullableDateTime, NullableDateTime)
Send an alert to the specified user at the specified date/time, but only until the specified expiration date/time.
Public methodSend(String, String, String, String, NullableDateTime, NullableTimeSpan)
Send an alert at the specified date/time, but only if deliverable within the specified date/time window.
Public methodSend(String, String, String, String, String, NullableDateTime)
Send an alert at the specified date/time (and without expiration) to the specified user.
Public methodSend(String, String, String, String, String, NullableTimeSpan)
Send an alert immediately, but only if deliverable within the specified date/time window.
Public methodSend(String, String, String, String, String, NullableDateTime, NullableDateTime)
Send an alert to the specified user.
Public methodSend(String, String, String, String, String, NullableDateTime, NullableTimeSpan)
Send an alert at the specified date/time, but only if deliverable within the specified date/time window.
Top
See Also