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 (26.2.0.1000)
Syntax
Task RunNotificationAsync(
	Guid notificationId
)

Parameters

notificationId  Guid
The notification ID.

Return Value

Task
A Task representing the asynchronous operation.
Exceptions
ExceptionCondition
ArgumentExceptionnotificationId is Empty or it does not reference a DataDrivenNotification or a ScheduledNotification.
NotFoundExceptionThe notification referenced by notificationId could not be found.
NoPrivilegeExceptionThe caller does not have permission to run the specified notification.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also