Click or drag to resize

IMailMessageRepositoryService Interface

Represents an alerting service.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IMailMessageRepositoryService : IServiceImplementation

The IMailMessageRepositoryService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodBroadcast
Broadcasts an alert.
Public methodFind
Searches for alerts.
Public methodGet
Gets an alert.
Public methodInsert
Inserts an alert message.
Public methodSave
Saves an alert.
Top
Events
  NameDescription
Public eventCommitted
Fired when an alert is received.
Public eventReceived
Fired when an alert was raised and is being processed.
Top
See Also