| INotificationRelay Interface |
A particular relay of messages (e-mail, SMS, etc.)
Namespace:
SanteDB.Core.Notifications
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public interface INotificationRelay
Public Interface INotificationRelay
public interface class INotificationRelay
type INotificationRelay = interface end
The INotificationRelay type exposes the following members.
Properties
| Name | Description |
---|
| Scheme |
Gets the telecommunications scheme that this relay can handle
|
TopMethods
| Name | Description |
---|
| Send |
Send the specified notification to the specified address
|
TopSee Also