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
- conferenceUrl
Type: System.String
- parentHWND
Type: System.Int32
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult