IAlertService Methods |
Name | Description | |
---|---|---|
Send(String, String, String, String) |
Send an alert immediately, and without expiration, to the specified user.
| |
Send(String, String, String, String, NullableDateTime) |
Send an alert at the specified date/time (and without expiration) to the specified user.
| |
Send(String, String, String, String, NullableTimeSpan) |
Send an alert immediately, but only if deliverable within the specified date/time window.
| |
Send(String, String, String, String, String) |
Send an alert immediately, and without expiration, to the specified user.
| |
Send(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.
| |
Send(String, String, String, String, NullableDateTime, NullableTimeSpan) |
Send an alert at the specified date/time, but only if deliverable within the specified date/time window.
| |
Send(String, String, String, String, String, NullableDateTime) |
Send an alert at the specified date/time (and without expiration) to the specified user.
| |
Send(String, String, String, String, String, NullableTimeSpan) |
Send an alert immediately, but only if deliverable within the specified date/time window.
| |
Send(String, String, String, String, String, NullableDateTime, NullableDateTime) |
Send an alert to the specified user.
| |
Send(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.
|