Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Blocks current thread until BeginTransfer completes and returns a list of context properties.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub EndTransfer ( _
<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.EndTransfer(targetState, contextProperties, _
asyncResult)
public void EndTransfer(
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.