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.
Forwards an active conversation 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 ( _
endpoint As ContactEndpoint, _
modalityCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Modality
Dim endpoint As ContactEndpoint
Dim modalityCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginForward(endpoint, _
modalityCallback, state)
public IAsyncResult BeginForward(
ContactEndpoint endpoint,
AsyncCallback modalityCallback,
Object state
)
Parameters
- endpoint
Type: Microsoft.Lync.Model.ContactEndpoint
- modalityCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult