Modality.BeginTransfer method (ContactEndpoint, TransferOptions, AsyncCallback, Object)

Transfer an active conversation to a specified remote contact endpoint. You cannot transfer a conversation to another local contact endpoint.

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

Syntax

'Declaration
Public Function BeginTransfer ( _
    endpoint As ContactEndpoint, _
    options As TransferOptions, _
    modalityCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Modality
Dim endpoint As ContactEndpoint
Dim options As TransferOptions
Dim modalityCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginTransfer(endpoint, _
    options, modalityCallback, state)
public IAsyncResult BeginTransfer(
    ContactEndpoint endpoint,
    TransferOptions options,
    AsyncCallback modalityCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

Remarks

Available only for the AvModality.

See also

Reference

Modality class

Modality members

BeginTransfer overload

Microsoft.Lync.Model.Conversation namespace