Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Messaging.Ack.IServerAckListener Interface Reference

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...
 

Detailed Description

A listener for the outcome of messages sent to Servers requiring acknowledgement.

Member Function Documentation

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.

Parameters
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.

Parameters
messageThe message that was not acknowledged.