Share via


Automation.BeginStartConversation Method (String, Int32, AsyncCallback, Object)

Starts a conversation with the given modalities and participants. ConversationWindow representing the conversation window of the started conversation is obtained from asynchronous callback.

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

Syntax

'Declaration
Public Function BeginStartConversation ( _
    conferenceUrl As String, _
    parentHWND As Integer, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Automation
Dim conferenceUrl As String
Dim parentHWND As Integer
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginStartConversation(conferenceUrl, _
    parentHWND, callback, state)
public IAsyncResult BeginStartConversation(
    string conferenceUrl,
    int parentHWND,
    AsyncCallback callback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Automation Class

Automation Members

BeginStartConversation Overload

Microsoft.Lync.Model.Extensibility Namespace