Click or drag to resize

MessagingConfiguration Properties

The MessagingConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyInitialReconnectInterval
The initial time interval between a connection failure and a reconnect attempt, in seconds. Set to zero to disable automatic reconnection attempts. The default is 2 seconds.
Public propertyMaxReconnectInterval
The max time interval between a connection failure and a reconnect attempt, in seconds. The default is 1800 seconds.
Public propertyMessageDeliveryReadStateMonitoringEnabled
Determine whether message delivery and read updates should be tracked or not. By default, delivery/read states are not monitored.
Public propertyMessageReadReportingEnabled
Determine whether the application wants to report 'message read' indication to other conversation participants, i.e. let other conversation participants know when I mark a message as read.
Top
See Also