Modality.BeginForward method (Contact, AsyncCallback, Object)
Forwards an active conversation (in ringing state) to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginForward ( _
contact As Contact, _
modalityCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Modality
Dim contact As Contact
Dim modalityCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginForward(contact, _
modalityCallback, state)
public IAsyncResult BeginForward(
Contact contact,
AsyncCallback modalityCallback,
Object state
)
Parameters
- contact
Type: Microsoft.Lync.Model.Contact
- modalityCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult
Remarks
Available only for the AvModality.