INotificationServiceGetNotificationInfosForCaller Method |
Gets basic information about the notifications associated with the caller's account.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IList<NotificationInfo> GetNotificationInfosForCaller()
Function GetNotificationInfosForCaller As IList(Of NotificationInfo)
IList<NotificationInfo^>^ GetNotificationInfosForCaller()
abstract GetNotificationInfosForCaller : unit -> IList<NotificationInfo>
Return Value
Type:
IListNotificationInfoThe list of notifications.
Exceptions See Also