Blocks calling thread until BeginConsultativeTransfer completes.

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

Syntax

C#
public 
void 
EndConsultativeTransfer(
	
out 

ModalityState 
targetState,
	
out 
IList<
string> 
contextProperties,
	
IAsyncResult 
asyncResult
)

Parameters

targetState
Type: Microsoft.Lync.Model.Conversation . . :: . . ModalityState %
contextProperties
Type: System.Collections.Generic . . :: . . IList < (Of < ( <' String > ) > ) > %
asyncResult
Type: System . . :: . . IAsyncResult

Remarks

Available only for the AvModality.

See Also