Click or drag to resize

IAlertService Methods

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