ComposingTimeoutValue Property

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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property ComposingTimeoutValue As Integer
    Get
    Set
'Usage
Dim instance As InstantMessagingFlow
Dim value As Integer

value = instance.ComposingTimeoutValue

instance.ComposingTimeoutValue = value
public int ComposingTimeoutValue { get; set; }

Property Value

Type: System..::..Int32

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.

See Also

Reference

InstantMessagingFlow Class

InstantMessagingFlow Members

Microsoft.Rtc.Collaboration Namespace