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