Click or drag to resize

NotificationService Class

The Notification service.
Inheritance Hierarchy
System.Object
  AMCS.Elemos.IntegrationService.Services.Notification.NotificationService

Namespace:  AMCS.Elemos.IntegrationService.Services.Notification
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class NotificationService

The NotificationService type exposes the following members.

Constructors
  NameDescription
Public methodNotificationService
Initializes a new instance of the NotificationService class
Top
Methods
  NameDescription
Public methodAcknowledgeNotificationMessageContent
Acknowledges the content of the notification message.
Public methodGetNotificationMessageContent
Gets the content of the notification message.
Public methodGetNotificationsForContact
Gets the notifications for contact.
Public methodGetUnsentNotifications
Gets the Unsent Notifications.
Public methodNotificationRunForScheduler
Notifications the run for scheduler.
Public methodUpdateResponseNotifications
Update response notifaction.
Public methodUpdateSentNotifications
Saves sent notifaction.
Top
See Also