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
- isComposing
Type: System.Boolean
- modalityCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult