 | 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
Syntaxpublic 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
|
Top
Methods
| Name | Description |
---|
 | Send |
Send the specified notification to the specified address
|
Top
See Also