InstantMessageModality.BeginSetComposing 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 Function BeginSetComposing ( _
    isComposing As Boolean, _
    modalityCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As InstantMessageModality
Dim isComposing As Boolean
Dim modalityCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginSetComposing(isComposing, _
    modalityCallback, state)
public IAsyncResult BeginSetComposing(
    bool isComposing,
    AsyncCallback modalityCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

InstantMessageModality class

InstantMessageModality members

Microsoft.Lync.Model.Conversation namespace