Interface IMessageQueuePolicy

Policy for managing the message queue.

Namespace: PushTechnology.ClientInterface.CommandServices.Commands.Control.Client
Assembly: Diffusion.Client.dll
Syntax
public interface IMessageQueuePolicy

Properties

IsConflated

Returns true if conflation is enabled.

Declaration
bool IsConflated { get; }
Property Value
Type Description
System.Boolean

Whether conflation is enabled.

Back to top