Modality.EndConsultativeTransfer Method
Blocks calling thread until BeginConsultativeTransfer completes.
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
- targetState
Type: Microsoft.Lync.Model.Conversation.ModalityState
- contextProperties
Type: System.Collections.Generic.IList<String>
- asyncResult
Type: System.IAsyncResult
Remarks
Available only for the AvModality.