InstantMessageModality.EndSetComposing method

Sets the local composing state. The composing flag indicates that the local participant is typing a message.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub EndSetComposing ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As InstantMessageModality
Dim asyncResult As IAsyncResult

instance.EndSetComposing(asyncResult)
public void EndSetComposing(
    IAsyncResult asyncResult
)

Parameters

See also

Reference

InstantMessageModality class

InstantMessageModality members

Microsoft.Lync.Model.Conversation namespace