Merges another conversation into this one, escalating it into a conference. ModalityTypes specifies which modalities are merged.

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

Syntax

C#
public 
IAsyncResult 
BeginMerge(
	
Conversation

conversation,
	

ModalityTypes 
modalityTypes,
	
AsyncCallback 
conversationCallback,
	
Object 
state
)

See Also