Transfers a connected modality to an existing conversation.

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

Syntax

C#
public 
IAsyncResult 
BeginConsultativeTransfer(
	
Conversation

conversation,
	

TransferOptions 
options,
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

Remarks

Available only for the AvModality.

See Also