Modality.EndConsultativeTransfer method

Transfers a connected modality to an existing conversation.

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

Syntax

'Declaration
Public Sub EndConsultativeTransfer ( _
    <OutAttribute> ByRef targetState As ModalityState, _
    <OutAttribute> ByRef contextProperties As IList(Of String), _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As Modality
Dim targetState As ModalityState
Dim contextProperties As IList(Of String)
Dim asyncResult As IAsyncResult

instance.EndConsultativeTransfer(targetState, _
    contextProperties, asyncResult)
public void EndConsultativeTransfer(
    out ModalityState targetState,
    out IList<string> contextProperties,
    IAsyncResult asyncResult
)

Parameters

See also

Reference

Modality class

Modality members

Microsoft.Lync.Model.Conversation namespace