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: 2.2.1
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 methodSend
Send the message to the specified addresses
Top
See Also