Click or drag to resize

INotificationService Interface

Represents a notification service which manages the sending of a notification

Namespace: SanteDB.Core.Notifications
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface INotificationService : IServiceImplementation

The INotificationService type exposes the following members.

Properties
 NameDescription
Public propertyRelays Gets the notification relays available (SMS, EMAIL, etc.)
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGetNotificationRelay(String) Gets the specified notification relay
Public methodGetNotificationRelay(Uri) Gets the specified notification relay
Public methodSendNotification Send a notification to one or more addresses.
Public methodSendTemplatedNotification Send a notification using a template to one or more addresses.
Top
See Also