Edit

Share via


InstantMessagingFlow.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 to revert the local composing state to Idle. If an application sets LocalComposingState to Composing, it is automatically reverted to Idle if the application does not set the LocalComposingState to Composing again within this idle timeout. Note that it might take a few more seconds after this timeout value for the actual state to go to Idle.

Applies to