AP&C API Reference
|
The method signatures required by implementations that will deliver messages from the system. More...
Public Member Functions | |
DeliveryStatus | Deliver (Message message, MessagingAddress sender, IEnumerable< MessagingAddress > recipients) |
Uses the supported protocol to deliver message from sender to recipients . More... | |
Properties | |
MessagingProtocols | SupportedProtocol [get] |
Gets the MessagingProtocols implemented by the handler. More... | |
The method signatures required by implementations that will deliver messages from the system.
DeliveryStatus Apac.Messaging.IMessageHandler.Deliver | ( | Message | message, |
MessagingAddress | sender, | ||
IEnumerable< MessagingAddress > | recipients | ||
) |
Uses the supported protocol to deliver message from sender to recipients .
message | The message to be delivered. |
sender | The protocol-specific address information for the sending entity. |
recipients | The protocol-specific address information for the receiving entities. |
Implemented in Apac.Messaging.Handlers.MessageHandler.
|
get |
Gets the MessagingProtocols implemented by the handler.