INotificationServiceDelete Method |
Deletes the specified notification.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxvoid Delete(
Guid notificationId
)
Sub Delete (
notificationId As Guid
)
void Delete(
Guid notificationId
)
abstract Delete :
notificationId : Guid -> unit
Parameters
- notificationId
- Type: SystemGuid
The notification identifier.
Exceptions| Exception | Condition |
|---|
| ArgumentException | notificationId is Empty. |
| NoPrivilegeException | The caller does not have permission to delete the specified notification. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also