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.
Transfers an active conversation to a specified remote contact.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginTransfer ( _
contact As Contact, _
options As TransferOptions, _
modalityCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Modality
Dim contact As Contact
Dim options As TransferOptions
Dim modalityCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginTransfer(contact, _
options, modalityCallback, state)
public IAsyncResult BeginTransfer(
Contact contact,
TransferOptions options,
AsyncCallback modalityCallback,
Object state
)
Parameters
- contact
Type: Microsoft.Lync.Model.Contact
- modalityCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult