InstantMessageModality.EndSetComposing Method
Ends the set composing operation.
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
- asyncResult
Type: System.IAsyncResult