Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.IAcks Interface Reference

This service provides a client session with the ability to acknowledge content sent to it in need of acknowledgement and to send content to the server that requires acknowledgement. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.IAcks:
PushTechnology.ClientInterface.Client.Features.IFeature

Public Member Functions

IAcks SetAutoAcknowledge (bool auto)
 Sets the automatic acknowledgement mode for the session. More...
 
IAcks Acknowledge (string ackId)
 Acknowledges content that has been received from the server that indicates that it requires acknowledgement. More...
 

Additional Inherited Members

- Properties inherited from PushTechnology.ClientInterface.Client.Features.IFeature
ISession Session [get]
 Get the session that the service is associated with. More...
 

Detailed Description

This service provides a client session with the ability to acknowledge content sent to it in need of acknowledgement and to send content to the server that requires acknowledgement.

Member Function Documentation

IAcks PushTechnology.ClientInterface.Client.Features.IAcks.Acknowledge ( string  ackId)

Acknowledges content that has been received from the server that indicates that it requires acknowledgement.

Parameters
ackIdThe acknowledgement identifier.
Returns
The acknowledgement service.
IAcks PushTechnology.ClientInterface.Client.Features.IAcks.SetAutoAcknowledge ( bool  auto)

Sets the automatic acknowledgement mode for the session.

By default, when content is received from the server that indicates that it requires acknowledgement, then it must be acknowledged using the Acknowledge( string) method. However, by setting auto acknowledging on, all such inbound content will be automatically acknowledged on arrival.

Parameters
autotrue to automatically acknowledge content received.
Returns
The acknowledgment service.

The documentation for this interface was generated from the following file: