INotificationService Interface |
Namespace: Dundas.BI.Notifications
The INotificationService type exposes the following members.
Name | Description | |
---|---|---|
ApplyUnsubscribeToken | Unsubscribes a recipient from a notification using the provided unsubscribe token. | |
Delete |
Deletes the specified notification.
| |
GetAvailablePlaceholders |
Gets the available placeholders.
| |
GetNotification(Guid) |
Gets a notification by its identifier.
| |
GetNotification(Guid, Boolean) |
Gets a notification by its identifier.
| |
GetNotificationInfo |
Gets basic information about a notification by its identifier.
| |
GetNotificationInfosForAccount |
Gets basic information about the notifications associated with the specified account.
| |
GetNotificationInfosForCaller |
Gets basic information about the notifications associated with the caller's account.
| |
GetNotificationsForAccount |
Gets the notifications associated with the specified account.
| |
GetNotificationsForCaller |
Gets the notifications associated with the caller's account.
| |
NotificationInfoQuery | Gets basic information about the notifications corresponding to query criteria. | |
NotificationQuery | Gets the notifications corresponding to query criteria. | |
NotificationQueryCount | Gets the number of notifications corresponding to query criteria. | |
RunNotificationAsync |
Asynchronously runs the data driven or scheduled notification job and delivers the payload, if the alert criteria are met.
| |
Save |
Creates or updates a notification.
|