InstantMessagingFlowTemplate.ComposingTimeoutValue Property

Definition

Gets or sets the value (in seconds) for the composing timeout.

public:
 property int ComposingTimeoutValue { int get(); void set(int value); };
public int ComposingTimeoutValue { get; set; }
member this.ComposingTimeoutValue : int with get, set
Public Property ComposingTimeoutValue As Integer

Property Value

Remarks

This is used to control the timeout value used for all instant messaging flows. The default value is 3 seconds. The maximum value is 30 seconds. The local composing state indicated by the IM flow goes back to Idle if the application does not set the local compositing state within this time period. If the application expects the composing state from a web client which can cause some roundtrip delay, then it is recommended that this time out value is increased.

Applies to