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

C#
public 
IAsyncResult 
BeginSetComposing(
	
bool 
isComposing,
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

Parameters

isComposing
Type: System . . :: . . Boolean
modalityCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also