![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
A listener for the outcome of messages sent to Servers requiring acknowledgement. More...
Public Member Functions | |
void | MessageAcknowledged (ITopicMessage message) |
This is a notification of acknowledgement of a message that required acknowledgement by one or more clients. More... | |
void | MessageNotAcknowledged (ITopicMessage message) |
This is a notification of non-acknowledgement of a message that required acknowledgement by one or more clients. More... | |
A listener for the outcome of messages sent to Servers requiring acknowledgement.
void PushTechnology.DiffusionCore.Messaging.Ack.IServerAckListener.MessageAcknowledged | ( | ITopicMessage | message | ) |
This is a notification of acknowledgement of a message that required acknowledgement by one or more clients.
message |
void PushTechnology.DiffusionCore.Messaging.Ack.IServerAckListener.MessageNotAcknowledged | ( | ITopicMessage | message | ) |
This is a notification of non-acknowledgement of a message that required acknowledgement by one or more clients.
message | The message that was not acknowledged. |