INotificationServiceRunNotificationAsync Method |
Asynchronously runs the data driven or scheduled notification job and delivers the payload, if the alert criteria are met.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Task RunNotificationAsync(
Guid notificationId
)
Function RunNotificationAsync (
notificationId As Guid
) As Task
Task^ RunNotificationAsync(
Guid notificationId
)
abstract RunNotificationAsync :
notificationId : Guid -> Task
Parameters
- notificationId
- Type: SystemGuid
The notification ID.
Return Value
Type:
TaskA
Task representing the asynchronous operation.
Exceptions See Also